Skip to content
Zed

consensus for Zed

io.github.masterblaster14/consensus

Coordination for AI coding agents: declare plans, catch design conflicts early, share team memory.

client:Zed transport:streamable-http

Install consensus in Zed

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

{
  "context_servers": {
    "consensus": {
      "url": "https://consensus-production-aed6.up.railway.app/mcp"
    }
  }
}

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

consensus in other clients