Skip to content
Cursor

a2a bridge for Cursor

io.github.mdfifty50-boop/a2a-bridge

Agent-to-agent communication bridge for multi-agent systems

client:Cursor transport:stdio runtime:npm

Install a2a bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "a2a-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "a2a-bridge-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

a2a bridge in other clients