ai consensus for Windsurf
io.github.thestevenjohnstone/ai-consensus
Standing review layer for coding agents: Claude, GPT and Gemini debate, return consensus + dissent.
client:Windsurf
transport:stdio
runtime:npm
Install ai consensus in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ai-consensus": {
"command": "npx",
"args": [
"-y",
"ai-consensus-connector"
],
"env": {
"AI_CONSENSUS_API_KEY": "<AI_CONSENSUS_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs