Skip to content
Zed

aichat for Zed

io.github.rcgalbo/aichat

Inter-agent communication for multi-agent Claude Code workflows.

client:Zed transport:stdio runtime:npm

Install aichat in Zed

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

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

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

aichat in other clients