AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Capture the bug. Let AI fix it.
Local-first, zero backend. One .html file β full replay, console
errors, network requests, repro timeline β that your AI coding agent reads over
MCP and fixes. Opens offline for humans too.
βΆ Watch the 15-second demo Β· watch Claude debug a real bug Β· try it live in the sandbox
TraceBug is a local-first debugging assistant. Capture a bug β produce a single self-contained .html file β hand it to your AI coding agent (Claude Code, Cursor, Windsurf), which reads the evidence over a local MCP server and fixes it β or email/Slack it to a human dev who opens it offline. Every report also embeds a failing test the agent runs to verify the fix.
Every report opens with:
No accounts. No SaaS lock-in. Data stays in your browser by default.
Optional cloud sharing (built, UI-gated off by default): if you'd rather share a URL than a file, sign in once and get a share link with the same content. The code ships behind a feature flag (PHASE2-CLOUD); the Share button stays disabled until the portal is switched on. Local .html export is the supported sharing path today.
Works with any frontend framework: React, Angular, Vue, Next.js, Nuxt, Vite, Svelte, SvelteKit, Remix, Astro, or plain HTML.
New here? Report your first bug in 2 minutes β
That's it. The CLI detects your framework and prints the exact 2-line snippet. Paste it into your app, run npm run dev, and you'll see the TraceBug toolbar on the right edge.
Report a bug in 2 clicks:
Ctrl+Shift+B (or click the β‘ button on the toolbar)Scan Page (a11y via axe-core, broken images, mixed content, frustration signals, failed/slow APIs, JS errors) is available programmatically as
TraceBug.scanPage(); it is no longer a toolbar button.
Install the SDK in your project β best for teams who want TraceBug always active on dev/staging.
Install the browser extension β no code needed. QA testers, PMs, and clients can use it on any website.
Install from Chrome Web Store β one click, works immediately.
| Browser | Supported |
|---|---|
| Chrome | Yes β install from Chrome Web Store |
| Edge | Yes β Chrome Web Store extensions work natively |
| Brave | Yes β Chrome Web Store extensions work natively |
| Opera | Yes β install "Install Chrome Extensions" add-on first |
| Firefox | Not yet β use the npm SDK instead |
| Browser | npm SDK | Extension |
|---|---|---|
| Chrome | β | β |
| Edge | β | β |
| Brave / Opera | β | β |
| Firefox | β | β³ (port paused β SDK only) |
| Safari | β ΒΉ | β (SDK only) |
The SDK is framework- and browser-agnostic β it runs anywhere modern JS runs.
ΒΉ The interactive DOM-replay export uses the browser-native CompressionStream /
DecompressionStream (Chrome 80+, Firefox 113+, Safari 16.4+); on older engines
the exporter ships the replay uncompressed and the viewer falls back to the
screenshot gallery. The extension is Chromium-only today (Firefox port paused;
no Safari build) β on those, use the npm SDK.
Every report opens with four derived signals that turn "what happened" into "why it likely happened":
| Signal | What it looks like |
|---|---|
| π Root Cause Hint | "API POST /orders failed with 500 after clicking 'Place Order'" with confidence tier (high/medium/low) |
| TL;DR | One-sentence summary combining network + error + click + page signals |
| User clicked | Tag, text, selector, id, aria-label, testId for the last click before the bug |
| Recent Actions | Last ~10 user actions as plain-English steps ("Clicked 'Edit' button", "Navigated to /checkout") |
Plus:
fetch/XHR response body, captured asynchronously (never blocks the request)TraceBug.getNetworkFailures()All four signals ship inline in GitHub issues, Jira tickets, PDF reports, and the Quick Bug modal. See docs/bug-reporting.md for full output examples.
Your coding agent (Claude Code, Cursor, Windsurf, VS Code) reads TraceBug bug reports and fixes the bug β fully local, nothing uploaded:
The server reads the same self-contained .html files TraceBug exports. A tester hands a dev the report file, the dev drops it in the repo, and the agent gets nine tools: list_bug_reports, get_bug_report, get_console_errors, get_network_activity, get_repro_steps, get_screenshot (real image content), get_playwright_test, resolve_stack, and get_fix_context. get_bug_report returns a prioritized investigation guide computed from what the report contains, so the agent knows exactly which tools to call next. Console stacks + failed-request bodies + repro steps + frustration signals β everything an agent needs to go from bug report to fix.
The last three close the fix loop (v1.9): get_playwright_test returns the generated failing Playwright spec that replays the session and asserts the captured failure is gone β red until the bug is fixed, green after β so the agent can run it, patch, and re-run until green. resolve_stack maps the report's minified stack frames to original source files/lines using .map files found in the repo the server runs from. get_fix_context is a one-call fix starter: the failing request with response snippet, the user action that triggered it, the source-map-resolved top stack frames, and whether a failing test is available.
Kicking off is one paste: the extension shows a ready-made agent prompt after every Export .html (auto-copied), the exported file itself carries the same prompt in its AI tab, and in Claude Code you can just type /tracebug:debug_bug_report.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tracebug)<a href="https://allmcps.com/mcp/tracebug"><img src="https://allmcps.com/api/badge/tracebug?style=directory" alt="Tracebug on AllMCPs" /></a>