Review coding-agent plans on demand with peer models, attributed findings, and a structured verdict.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Claude plans it. GPT reviews it. You approve it.
A plausible plan can commit an agent to a migration, authentication change, payment flow, compatibility break, or deployment that is expensive to undo.
Inspectrum is an independent pre-flight check before that decision. Its first automatic integration runs when Claude Code exits plan mode: Codex (GPT) reviews the plan before the approval dialog reaches you, findings can send the plan back for revision, and you keep final approval. If the reviewer cannot run, the plan passes through with a visible warning instead of being silently reported as reviewed.
Here, independent means a reviewer distinct from the author model, invoked separately. It does not mean their errors are statistically independent. Inspectrum makes the checkpoint repeatable and its failures visible; a net reliability gain and a defensible moat are not yet proven. The post-0.2.2 strategy defines the evidence gates and keeps code review, pull-request review, and pair programming out of scope.
For an occasional second opinion, a rule can tell one agent to call another and compare the replies. That is a reasonable lightweight option.
Inspectrum is for the repeatable checkpoint. In Claude Code, the plugin runs at the plan-to-execution boundary without relying on a remembered prompt, caps revision loops, and fails open on operational errors. Other local MCP hosts can call the same review_plan contract on demand. Both paths keep findings attributed, return a common verdict shape, preserve human control, and write local evidence for successful reviews.
Recreating those guarantees with a skill means maintaining the orchestration, output validation, health checks, failure policy, and session record yourself.
Public availability as of 1 August 2026: npm 0.2.3, the GitHub release, and the repository's Claude and Codex plugins are aligned on 0.2.3. Glama is public. The MCP Registry may still show 0.2.2; it was not republished in this pass. Inspectrum was not in the public Claude Community catalog, while PulseMCP blocked the one-time recheck with HTTP 403, so no current PulseMCP listing claim is made.
The public 0.2.3 activation evidence records exact commands, timings, one useful finding, one null result, one visible fail-open case, and the limits of the measurement.
You need Node 20+, Claude Code, and Codex CLI >= 0.99.0 authenticated with a ChatGPT subscription (no API key):
That's the whole install. Next time you finish a plan in plan mode:
No prompt to remember, no button, zero tokens spent on triggering. The gate is a deterministic hook β it fires on every plan, whether your session runs Fable, Sonnet, or Haiku. Two commands give you the automatic gate; the on-demand /inspectrum:review command needs one extra line (registering the MCP server β shown in the assisted setup below).
Built to be boring and safe:
codex exec -s read-only --ephemeral), and sandbox-weakening flags in your config are stripped. The reviewer reads; it doesn't write.[plan_gate] enabled = false in ~/.inspectrum/config.toml, or disable the plugin per project.| π¦ Plan gate | Every Claude Code plan reviewed by Codex before it reaches you β automatic, max 2 revision rounds |
| π On-demand review | /inspectrum:review or "Review this plan with Inspectrum" from any MCP host |
| π§ββοΈ Multi-reviewer + judge | Run codex + gemini + claude in parallel; a judge consolidates into one verdict |
| π One verdict | approve / revise / reject + findings by severity, with reviewer attribution |
| ποΈ Session logs | Markdown record of every review β verdict, findings, revised plan β under ~/.inspectrum/sessions/ (0700 perms) |
π©Ί inspectrum doctor | One command to check your reviewer is installed, authenticated, and resolving the right model β fails loudly if Codex is logged out |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/inspectrum)<a href="https://allmcps.com/mcp/inspectrum"><img src="https://allmcps.com/api/badge/inspectrum?style=directory" alt="Inspectrum on AllMCPs" /></a>