Skip to content
Grok

AgentAnycast for Grok

io.github.agentanycast/agentanycast

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

client:Grok transport:stdio runtime:npm

Install AgentAnycast in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AgentAnycast in other clients