Skip to content
Zed

AgentAnycast for Zed

io.github.agentanycast/agentanycast

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

client:Zed transport:stdio runtime:npm

Install AgentAnycast in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "agentanycast": {
      "command": "npx",
      "args": [
        "-y",
        "agentanycast"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AgentAnycast in other clients