Skip to content
Zed

ai consensus for Zed

io.github.thestevenjohnstone/ai-consensus

Standing review layer for coding agents: Claude, GPT and Gemini debate, return consensus + dissent.

client:Zed transport:stdio runtime:npm

Install ai consensus 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": {
    "ai-consensus": {
      "command": "npx",
      "args": [
        "-y",
        "ai-consensus-connector"
      ],
      "env": {
        "AI_CONSENSUS_API_KEY": "<AI_CONSENSUS_API_KEY>"
      }
    }
  }
}

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

ai consensus in other clients