Skip to content
Zed

agent comm for Zed

io.github.keshrath/agent-comm

Agent intercommunication - messaging, channels, shared state, and real-time events

client:Zed transport:stdio runtime:npm

Install agent comm in Zed

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

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

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

agent comm in other clients