Connect a Client
Most clients follow the same pattern:
- Enable MCP support in the client (often behind a Developer or Experimental setting).
- Add a custom HTTP / Streamable HTTP MCP server that points at the base URL.
- Send the key as an
Authorization: Bearer <your-mcp-key>header — ideally from an **environment
variable**, not pasted into shared config.
- Restart or reload the client so it picks up the new server.
The sections below give the exact config for the common clients.