mcpbeat Sign in

Inspectrum MCP Server

by yannmenec Your server? Claim it
local only

Inspectrum runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 12 Sep 2026.

Review coding-agent plans on demand with peer models, attributed findings, and a structured verdict.

Installs per day peak 169 · avg 25 · +605% w/w
a month agotoday
51
Installs / week
npm · inspectrum
2
Stars
37 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    versionOutput = String(execFileSync(binary, ["--version"], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add inspectrum -- npx -y inspectrum
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "inspectrum": {
      "args": [
        "-y",
        "inspectrum"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.inspectrum]
command = "npx"
args = ["-y", "inspectrum"]
.cursor/mcp.json
{
  "mcpServers": {
    "inspectrum": {
      "args": [
        "-y",
        "inspectrum"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "inspectrum": {
      "args": [
        "-y",
        "inspectrum"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Inspectrum

same job, measured the same way
MCP Code Review Server
by goodjobwilliam

Code review as an MCP server — structured reviews with OWASP security scanning.

122 installs/wk local only
webhook.co
by webhook

Receive, inspect, replay and deliver webhooks — with signature verification and agent triggers.

answering
Website To JSON
by dataleadspro

Turn any webpage into structured JSON with CSS-selector schemas - strings select text, attributes

1 tools answering
Venture Foundry QA
by ventureagent-ai

Preflight QA for AI-agent deliverables with structured verdicts and repair guidance.

5 tools answering
ProofFlow
by hyperion-gpu

Audit infrastructure for AI coding agents with evidence-backed review and policy gates.

71 installs/wk local only
Codereviewbuddy
by detailobsessed

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

365 installs/wk local only
Agent-Native Plan
by builderio

Structured visual plans and PR recaps with diagrams, prototypes, annotations, and sharing

answering
Brainstorm MCP
by spranab

Multi-model AI brainstorming debates with code review and quick perspectives

111 installs/wk local only

Inspectrum — questions

Answers built from our own checks of this server.

Why is there no uptime for Inspectrum?
Inspectrum runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package inspectrum was installed 51 times last week.
How do I connect Inspectrum?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls inspectrum straight from npm; nothing to host, nothing to sign up for.
How many people use Inspectrum?
The npm package inspectrum was installed 51 times in the last week. Week over week that is +605%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Inspectrum open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 37 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.