Skip to content
VS Code

BugCatcher for VS Code

io.github.fdiosc/bugcatcher-mcp

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

client:VS Code transport:stdio runtime:npm

Install BugCatcher in VS Code

.vscode/mcp.json

{
  "servers": {
    "bugcatcher-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bugcatcher-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

BugCatcher in other clients