Odel
ai consensus connector

ai consensus connector

Local
@thestevenjohnstoneJavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmai-consensus-connectorv0.12.2

Run

npx -y ai-consensus-connector

MCP client config

{
  "mcpServers": {
    "ai-consensus-connector": {
      "command": "npx",
      "args": [
        "-y",
        "ai-consensus-connector"
      ]
    }
  }
}