Skip to content
Zed

BugCatcher for Zed

io.github.fdiosc/bugcatcher-mcp

Bug reports, AI diagnosis, and status management for Cursor, Claude, Windsurf.

client:Zed transport:stdio runtime:npm

Install BugCatcher in Zed

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

{
  "context_servers": {
    "bugcatcher-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bugcatcher-mcp"
      ]
    }
  }
}

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

BugCatcher in other clients