Skip to content
Cursor

ai consensus for Cursor

io.github.thestevenjohnstone/ai-consensus

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

client:Cursor transport:stdio runtime:npm

Install ai consensus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ai-consensus": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-consensus-connector"
      ],
      "env": {
        "AI_CONSENSUS_API_KEY": "<AI_CONSENSUS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ai consensus in other clients