mcpbeat Sign in

culprit MCP Server

by noordeen123 Your server? Claim it
local only

culprit runs on your own machine — the client starts it, so there is no endpoint to ping. 164 installs a week from pypi. Last commit 26 Aug 2026.

Deterministic, offline root-cause analysis and pre-commit fix verification for coding agents.

Installs per day peak 215 · avg 30 · -63% w/w
a month agotoday
164
Installs / week
pypi · culprit
6
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 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.

    path = os.path.join(repo, profile.PROFILE_PATH)
    proc = subprocess.run(
  function el(html){ var d=document.createElement('div'); d.innerHTML=html.trim(); return d.firstChild; }
        env=dict(os.environ, **env) if env else None,

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 culprit -- uvx culprit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "culprit": {
      "args": [
        "culprit"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.culprit]
command = "uvx"
args = ["culprit"]
.cursor/mcp.json
{
  "mcpServers": {
    "culprit": {
      "args": [
        "culprit"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "culprit": {
      "args": [
        "culprit"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to culprit

same job, measured the same way
Verdoc
by verdochello

Deterministic AGENTS.md and repo analysis for coding agents, paid per call in USDC over x402.

local only
FetchSandbox
by fetchsandbox

A deterministic verification engine for agents. Proves a fix: fails on the old code, passes on new.

1 014 installs/wk local only
andon
by gulmezeren2-byte

Deterministic verification for AI-generated analysis: run a spec, inspect or diff a workbook

161 installs/wk local only
adrkit decision memory
by adrkit

Deterministic, offline, read-only ADR decision memory for coding agents. No model or network calls.

509 installs/wk local only
One Shot UI
by tn0123

Deterministic UI extraction and screenshot diffing for AI coding agents.

66 installs/wk local only
NumProof
by projecttron

Deterministic signed verification of numeric & financial claims for AI agents & spreadsheets.

50 installs/wk 4 tools answering
Decisionmatrix MCP
by inity13

Deterministic multi-criteria decision analysis for AI agents — score, rank & explain options.

37 installs/wk 6 tools answering
Agent Release Auditor
by veyndrasystems

Deterministic release gate for AI-written code and coding agents.

27 installs/wk local only

culprit — questions

Answers built from our own checks of this server.

Why is there no uptime for culprit?
culprit 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 pypi package culprit was installed 164 times last week.
How do I connect culprit?
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 culprit straight from pypi; nothing to host, nothing to sign up for.
How many people use culprit?
The pypi package culprit was installed 164 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is culprit open source?
Yes — it is published under the MIT licence, written in Python and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.