Other MCP clients

Ada’s MCP server is compatible with any AI assistant or tool that supports the Model Context Protocol. The Claude Desktop, ChatGPT, Gemini CLI, and Google ADK walk-throughs cover the most common clients, but the same connection URLs work with other MCP-compatible tools.

Connection endpoints

MethodURL
OAuthhttps://<your-ada-instance-domain>/api/mcp/oauth
API keyhttps://<your-ada-instance-domain>/api/mcp

See Authentication for details.

Clients known to work

  • Cursor — configure through Cursor’s MCP settings. Both OAuth and API key work.
  • VS Code — configure through MCP extensions that support remote MCP servers.
  • Custom integrations — any MCP client implementation can point at the connection URLs above.

Transport

Ada’s MCP server uses JSON-RPC 2.0 over HTTP at the /api/mcp endpoint. Server-Sent Events (SSE) streaming is not currently supported. Clients that require local-process MCP can use the mcp-remote bridge via npx, as shown in the Claude Desktop and Gemini CLI walk-throughs.