Skip to content
Cursor

Bug Detector for Cursor

io.github.madhavi-opsera/bug-detector

Analyzes code for bugs, security vulnerabilities, and code smells

client:Cursor transport:stdio runtime:oci

Install Bug Detector in Cursor

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

{
  "mcpServers": {
    "bug-detector": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/madhavi-opsera/bug-detector:1.0.0"
      ]
    }
  }
}

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

Bug Detector in other clients