Skip to content
Cursor

crumbtrail for Cursor

io.github.crumbtraildev/crumbtrail

Recorded browser sessions, backend spans, and database row diffs as one ranked fix bundle.

client:Cursor transport:stdio runtime:npm

Install crumbtrail in Cursor

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

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

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

crumbtrail in other clients