Skip to main content
First complete Steps 1–2 in the Overview to generate your MCP token and copy your MCP server URL.
The Paradime MCP server speaks the standard remote MCP protocol over HTTP with bearer-token authentication. To connect any other MCP-compatible client:
  • Server URL — copy from Settings → API keys in Paradime.
  • AuthenticationAuthorization: Bearer <your-mcp-token> header.
  • Transport — HTTP/SSE (the client must support remote MCP servers, not just local stdio).
If your client requires a JSON config, the typical shape is:
If you run into issues, check that your client supports remote (not just local) MCP servers — older or stdio-only clients won’t work.