tracebug for VS Code
io.github.prashantsinghmangat/tracebug
AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.
client:VS Code
transport:stdio
runtime:npm
Install tracebug in VS Code
.vscode/mcp.json
{
"servers": {
"tracebug": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tracebug"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs