Skip to content
Windsurf

Bug Detector for Windsurf

io.github.madhavi-opsera/bug-detector

Analyzes code for bugs, security vulnerabilities, and code smells

client:Windsurf transport:stdio runtime:oci

Install Bug Detector in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Bug Detector in other clients