Skip to content
Cursor

tracebug for Cursor

io.github.prashantsinghmangat/tracebug

AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.

client:Cursor transport:stdio runtime:npm

Install tracebug in Cursor

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

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

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

tracebug in other clients