tracebug
v1.5.0
Published
TraceBug CLI — local MCP server that lets AI coding agents (Claude Code, Cursor, VS Code) debug TraceBug bug-report exports, plus framework setup via `tracebug init`. Zero dependencies.
Maintainers
Readme
tracebug
The TraceBug CLI — a local MCP server that lets AI coding agents debug TraceBug bug-report exports, plus one-command framework setup.
Zero dependencies. ~24 KB. Node ≥ 18.
MCP server
Connect Claude Code, Cursor, Windsurf, or VS Code to the .html bug reports the TraceBug Chrome extension exports:
claude mcp add tracebug -- npx -y tracebug mcp --dir ./bug-reportsThe agent gets six read tools — list_bug_reports, get_bug_report (with a prioritized investigation guide), get_console_errors, get_network_activity, get_repro_steps, get_screenshot — and a /tracebug:debug_bug_report prompt.
Everything stays on your machine. The server binds to stdio only, opens zero network connections, and reads the report files from your disk. No account, no cloud, no upload.
Full guide: tracebug.netlify.app/docs/mcp
Project setup
npx tracebug initDetects your framework (React, Next.js, Vue, Angular, Svelte, Nuxt, vanilla) and prints the setup snippet for the tracebug-sdk — the embeddable capture SDK.
Related packages
| Package | What it is |
|---|---|
| tracebug (this one) | CLI: MCP server + init. For developers receiving bug reports. |
| tracebug-sdk | The full SDK for embedding capture in your app. Includes this CLI too. |
| Chrome extension | Zero-code capture for QA/testers on any website. |
MIT © Prashant Singh Mangat
