Skip to content
Cursor

culprit for Cursor

io.github.noordeen123/culprit

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

client:Cursor transport:stdio runtime:pypi

Install culprit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

culprit in other clients