Skip to content
Cursor

BugProof for Cursor

io.github.sidinsearch/bugproof

Capture, replay, and debug failures with portable, executable bug artifacts

client:Cursor transport:stdio runtime:npm

Install BugProof in Cursor

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

{
  "mcpServers": {
    "bugproof": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bugproof"
      ]
    }
  }
}

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

BugProof in other clients