Skip to content
Cursor

AgentAnycast for Cursor

io.github.agentanycast/agentanycast

P2P runtime for A2A protocol. Encrypted agent communication with zero-config NAT traversal.

client:Cursor transport:stdio runtime:npm

Install AgentAnycast in Cursor

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

{
  "mcpServers": {
    "agentanycast": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentanycast"
      ]
    }
  }
}

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

AgentAnycast in other clients