Connecting multiple Agents

If you manage multiple Ada AI Agents, connect them all to your MCP client by adding each one to your config file with a unique name.

Claude Desktop example

1{
2 "mcpServers": {
3 "ada-support": {
4 "command": "npx",
5 "args": ["mcp-remote", "https://support-bot.ada.support/api/mcp/oauth"]
6 },
7 "ada-sales": {
8 "command": "npx",
9 "args": ["mcp-remote", "https://sales-bot.ada.support/api/mcp/oauth"]
10 }
11 }
12}

OAuth authorization flow

OAuth requires authorizing one AI Agent at a time. When using OAuth, add and authorize each AI Agent individually:

  1. Add the first AI Agent to your config file.
  2. Save and restart your MCP client.
  3. Complete the OAuth login for that AI Agent.
  4. Edit the config file to add the next AI Agent.
  5. Restart and authorize.
  6. Repeat for each additional AI Agent.

API key authorization

With API key authentication, you can add all AI Agents to the config file at once since no interactive login is required. Each AI Agent requires its own API key, generated from the corresponding dashboard under Config > PLATFORM > API keys.