Skip to content
Cursor

BugCatcher for Cursor

io.github.fdiosc/bugcatcher-mcp

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

client:Cursor transport:stdio runtime:npm

Install BugCatcher in Cursor

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

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

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

BugCatcher in other clients