Skip to content
Zed

Agent Comms for Zed

io.github.exadev/agent-comms

Cross-harness communication mesh for LLM agents — rooms, DMs, presence, and visibility over TCP

client:Zed transport:stdio runtime:npm

Install Agent Comms in Zed

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

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

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

Agent Comms in other clients