Authorization header. The app shows these same snippets with your real key already filled in, right after you create it, under the workspace pill then API keys & MCP.
Replace
rk_your_key with the key you copied. See Authentication if you do not have one yet.Claude Code
tools/list on its own and discovers the 45 tools.
Codex
Codex reads the key from the environment each time it starts the server, so export it first.This is the Codex CLI. The ChatGPT app only accepts OAuth connectors, so an API key gets you nowhere there.
Cursor
Add the server to~/.cursor/mcp.json:
~/.cursor/mcp.json
A Rerun agent
You can give one of your own agents the same reach over the workspace as an outside client. Open the agent panel, go to the MCP tab, click New, and paste:Any other client
Point the client at the URL and add the header.
For a client that only speaks stdio, bridge it:
Check the connection
The cheapest call that proves everything works istools/list.
401 Unauthorized in plain text means the key is missing, malformed or revoked. Anything else comes back as JSON-RPC. See Protocol for the full handshake.