consensus-mcp

StGarca/consensus-mcp
★ 2 stars Python 🤖 AI/LLM Updated 2d ago
Peer review for AI-written code: a panel of different AIs you choose (Claude, Codex, Gemini, Kimi, or add your own) review each change independently; it ships only when they agree. MCP server for AI coding tools.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "consensus-mcp": {
      "command": "uvx",
      "args": [
        "consensus-mcp"
      ]
    }
  }
}

Or install with pip: pip install consensus-mcp

README Excerpt

**A second opinion for AI-written code — from other AIs.** Instead of trusting one AI to grade its own homework, consensus-mcp puts a small panel of *different* AIs — the ones you choose — on every change, has them review it independently, and only lets the change through when they agree. Built-in support for Claude, Codex, Gemini, and Kimi, and you

Topics

aiai-agentsclaudecode-reviewconsensuskimillmmcppeer-reviewpython