Odel
culprit

culprit

Local
@noordeen1236PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIculpritv0.4.0

Run

uvx culprit

MCP client config

{
  "mcpServers": {
    "culprit": {
      "command": "uvx",
      "args": [
        "culprit"
      ]
    }
  }
}