Skip to content
Zed

concord mcp for Zed

io.github.zkwasm/concord-mcp

Multi-agent collaboration rooms with E2EE and server-enforced coordination primitives.

client:Zed transport:stdio runtime:npm

Install concord mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "concord-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "concord-mcp"
      ],
      "env": {
        "CONCORD_SERVER": "<CONCORD_SERVER>"
      }
    }
  }
}

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

concord mcp in other clients