← Back to Aria
BRIDGEMCP-COMPATIBLE

Connect Aria to your AI editor.

One MCP endpoint. Every modern AI coding tool. Aria's 22-tool manifest available from inside your favorite editor.

1

Get your API key

Create a scoped API key for MCP access from the Portal. The full key is shown once — copy and store it securely.

Open API Keys →
2

Add Aria to your editor

Pick your editor, copy the config snippet into the path shown, then restart the editor.

~/.cursor/mcp.json
{
  "mcpServers": {
    "aria": {
      "url": "https://mcp.ariacode.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_ARIA_API_KEY"
      }
    }
  }
}
~/.claude/mcp.json
{
  "mcpServers": {
    "aria": {
      "url": "https://mcp.ariacode.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_ARIA_API_KEY"
      }
    }
  }
}
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aria": {
      "url": "https://mcp.ariacode.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_ARIA_API_KEY"
      }
    }
  }
}
~/.config/cline/cline_mcp_settings.json
{
  "mcpServers": {
    "aria": {
      "url": "https://mcp.ariacode.io/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_ARIA_API_KEY"
      }
    }
  }
}
~/.codex/config.toml
[mcp_servers.aria]
url = "https://mcp.ariacode.io/mcp"

[mcp_servers.aria.headers]
Authorization = "Bearer YOUR_ARIA_API_KEY"
Verify the connection: save the file, restart your editor, then ask your agent "List my Aria projects". If the response uses the list_projects tool, you're live.
3

Or sync from one source of truth (Elite tier)

Aria's mcp-fanout-sync skill lets you keep ~/.aria/mcp.json as the canonical config — and fan it out to every detected editor automatically. Elite tier ($60/mo) unlock.

See Elite tier →
22
tools exposed by Aria's MCP server — twice what BridgeMind's bridge offers