critic-orchestrator

aureliocpr-ctrl/critic-orchestrator
★ 0 stars Python 💻 Code/Dev Tools Updated 6d ago
MCP server: spawn N fresh Claude CLI workers in parallel to adversarially verify a claim/fix. Anti-confabulation layer for Claude Code.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "critic-orchestrator": {
      "command": "uvx",
      "args": [
        "critic-orchestrator"
      ]
    }
  }
}

Or install with pip: pip install critic-orchestrator

README Excerpt

> MCP server that spawns N fresh Claude CLI workers in parallel to **adversarially verify** a claim/fix. Layer 3 of an anti-confabulation system for Claude Code. **Status**: production, post-hardening 2026-05-13. 53/53 tests green. --- You just told Claude "I fixed the bug — the test now passes." But:

Tools (8)

caller_verificationcancel_adversarial_reviewcounterexamplefalsificationforce_adversarial_reviewlist_adversarial_reviewspoll_adversarial_reviewstart_adversarial_review