🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tracebug

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tracebug

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.

Source
npmnpm
Version
1.7.0
Version published
Weekly downloads
51
-72.43%
Maintainers
1
Weekly downloads
 
Created
Source

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-reports

The 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.dev/docs/mcp

Project setup

npx tracebug init

Detects your framework (React, Next.js, Vue, Angular, Svelte, Nuxt, vanilla) and prints the setup snippet for the tracebug-sdk — the embeddable capture SDK.

PackageWhat it is
tracebug (this one)CLI: MCP server + init. For developers receiving bug reports.
tracebug-sdkThe full SDK for embedding capture in your app. Includes this CLI too.
Chrome extensionZero-code capture for QA/testers on any website.

MIT © Prashant Singh Mangat

Keywords

mcp

FAQs

Package last updated on 19 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts