← Back to browse

AgentAnycast

Indexed by io.github.AgentAnycast

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add agentanycast -- npx agentanycast
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"agentanycast","command":"npx","args":["agentanycast"]}'
JSON
{
  "mcpServers": {
    "agentanycast": {
      "command": "npx",
      "args": [
        "agentanycast"
      ]
    }
  }
}