AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.
claude mcp add tracebug -- npx -y tracebug
claude_desktop_config.json
{
"mcpServers": {
"tracebug": {
"command": "npx",
"args": [
"-y",
"tracebug"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tracebug": {
"command": "npx",
"args": [
"-y",
"tracebug"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tracebug": {
"command": "npx",
"args": [
"-y",
"tracebug"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tracebug": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tracebug"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tracebug": {
"command": "npx",
"args": [
"-y",
"tracebug"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.prashantsinghmangat--tracebug/reviews or the review_server meta-tool.
POST /mcp