Let AI fix your bugs in just three steps.
🎯 Step 2: Capture the bug (choose from six modes)
🎬 Record
Best for: Fully reproducing the bug
How: Click "Record" → reproduce on the page → describe by voice → click "Stop"
Captures: DOM changes + Console + Network + voice
⏪ Rewind 30s
Best for: The bug already happened, too late to record
How: Click "Rewind 30s" → auto-grabs the last 30 seconds
No need to start early — BugEzy records in the background
📸 Screenshot Annotate
Best for: Quickly pointing out an on-screen issue
How: Click "Screenshot" → pen/arrow/box to mark → add a note
Three modes: Full page / visible area / custom region
🔇 Keyboard Mode
Best for: Noisy environments (cafés, offices)
How: Enable keyboard mode → voice off → type the description
🔍 Live Monitor
Best for: Leaving it on to catch bugs as they appear
How: Enable live monitor → a 🐛 badge appears bottom-right → turns red with a count on errors
Click the badge to expand the error list
🖥 Terminal
Best for: Server-side errors (Node.js, Python, etc.)
How: Run in the terminal npx bugezy-watch -- npm run dev
Auto-captures stderr / throw / crash
🤖 Step 4: Let AI fix it
Option 1: Ask directly in Claude / Cursor / VS Code
"Read my latest BugEzy report and tell me how to fix it"
AI reads the report via MCP → analyzes Console + Network errors → suggests a fix
Option 2: Share the report link
Uploading generates a link — send it to teammates or paste into an issue
🔌 MCP connection setup
BugEzy MCP URL (same for all tools):
https://bugezy.dev/mcp
⚠ Note: do not open this URL in a browser — it is a protocol endpoint for AI tools. Opening it in a browser just shows an error, which is normal. Set it up in your AI tool per the steps below.
Once connected, just ask your AI:
"Read my latest BugEzy report and tell me how to fix it"
The AI will read your bug report automatically via MCP.