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
{
"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