Skip to content
VS Code

crumbtrail for VS Code

io.github.crumbtraildev/crumbtrail

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

client:VS Code transport:stdio runtime:npm

Install crumbtrail in VS Code

.vscode/mcp.json

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

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

crumbtrail in other clients