Skip to content
Windsurf

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

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

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

ai consensus in other clients