Comparo

stouffer-labs/Comparo
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server that orchestrates Claude Code, Codex CLI, and Gemini CLI for cross-validation
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": {
    "comparo": {
      "command": "npx",
      "args": [
        "-y",
        "stouffer-labs/Comparo"
      ]
    }
  }
}

README Excerpt

> MCP server that orchestrates Claude Code, Codex CLI, and Gemini CLI for cross-validation. Comparo runs independent AI CLI reviewers (Claude, Codex, Gemini) as background jobs to cross-validate code and designs, then consolidates their findings. It exposes this as MCP tools so any MCP-capable CLI can request a second opinion.