context_servers, not mcpServers. Add a remote server from Settings → AI → MCP Servers, or edit the settings file.
You need your PostQueen API key first. In the app at app.postqueen.ai, open Settings → API Keys and click Reveal.
Option A: Zed UI
1
Open MCP Servers
Settings → AI → MCP Servers. The same page is under
agent: open settings, then MCP Servers.2
Add a remote server
Click Add Server → Add Remote Server. Name it
postqueen. Paste the MCP URL and the Bearer header.Option B: settings.json
Open the settings file withzed: open settings file.
- Bearer header (recommended)
- API key in URL
Shape per Zed’s MCP documentation. A green indicator next to
postqueen on the MCP Servers page means the server is active.Self-hosted
Swap the host for yourNEXT_PUBLIC_BACKEND_URL. Most self-hosted setups serve the backend under /api, so the path sits at /api/mcp. The reverse proxy has to forward /mcp and stream the response: MCP on a self-hosted install.
Verify
In the Agent Panel, ask:“List my connected social media accounts”Your channel names come back when Zed calls
integrationList. If the indicator is not green, open Settings → AI → MCP Servers and confirm the Authorization header is present.