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
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 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.