Skip to content
Cline

ai consensus for Cline

io.github.thestevenjohnstone/ai-consensus

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

client:Cline transport:stdio runtime:npm

Install ai consensus in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ai consensus in other clients