Other MCP clients
Ada’s MCP server is compatible with any AI assistant or tool that supports the Model Context Protocol. The Claude, ChatGPT, Codex CLI, 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
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.
Microsoft Copilot
The MCP tools are also available within Microsoft Copilot. Unlike the clients above, this does not use the connection URLs directly—the Ada agent is packaged and imported into Microsoft Copilot Studio, then connected to your Ada instance. Setup is coordinated with Ada. Contact your Ada representative to get started.
Transport
Ada’s MCP server uses the Streamable HTTP transport at the /api/mcp endpoint. Requests are JSON-RPC 2.0 over HTTP POST. Responses are JSON. Server-Sent Events (SSE) streaming is not currently supported. In a client that asks for a transport type, select Streamable HTTP. Claude Desktop should use a custom connector. Clients that require a local process can use the mcp-remote helper via npx. Pin the helper version. See Authentication.