Skip to content
Zed

Bug Detector for Zed

io.github.madhavi-opsera/bug-detector

Analyzes code for bugs, security vulnerabilities, and code smells

client:Zed transport:stdio runtime:oci

Install Bug Detector in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Bug Detector in other clients