Skip to content
VS Code

culprit for VS Code

io.github.noordeen123/culprit

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

client:VS Code transport:stdio runtime:pypi

Install culprit in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

culprit in other clients