Where the API key is: in the app, open Connections > API Keys. Only a workspace Admin or Super Admin can reveal or rotate it; other members see it masked. A workspace has one key, and each agent card on Connections shows your MCP address with the key already filled in.
The addresses
PostQueen has tested the key address (with Claude and ChatGPT) and the Bearer header (with Grok Bot). The sign-in address has not been tested end to end yet. Clients that still use the older SSE transport can connect to
https://api.postqueen.ai/sse/YOUR_API_KEY.
Start with the key address. It needs no header and no sign-in, so it works in almost every client. Use the Bearer header when the client has a header field and you want the key out of the address. The sign-in address works only in clients that support MCP sign-in.
Config shapes
Most clients take the server in one of these shapes. Check your client’s docs for which one it reads.context_servers, Gemini CLI writes url with "type": "http", and Muse Code needs a schema_version. Their pages have the exact blocks: Cursor, VS Code, Devin Desktop, Zed, Gemini CLI, Muse Code.
If the client asks for a transport, choose streamable HTTP. Choose SSE only when the client offers nothing else, and then use https://api.postqueen.ai/sse/YOUR_API_KEY.
Clients that only run local servers
Some clients can only start a program on your computer and talk to it over standard input and output (stdio). Bridge them to PostQueen withmcp-remote, which runs on your computer and forwards the calls. It needs Node.js.
Keep the key safe
The key can post to every channel in your workspace. It sits in the client’s config file either way, so keep that file out of version control and off shared screens. If the key leaks, an admin chooses Rotate key under Connections > API Keys, and you update every client that used it.Check that it works
Ask the client’s agent:integrationList and answers with your connected channels. If the connection fails or no PostQueen tools appear, see the agent will not connect over MCP.
Next steps
Every agent
Which agents can post to PostQueen, how each one connects, and what PostQueen has tested.
The MCP tools
What each of the 21 tools does, and what an agent cannot do.
Prompts and tool calls
The order an agent calls the tools in, with prompts that work.
Troubleshooting agents
What to do when a connection or a command fails.