AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y tracebug
MCP client config
{
"mcpServers": {
"tracebug-ai": {
"command": "npx",
"args": [
"-y",
"tracebug"
]
}
}
}