中文
🐛 BugEzy

🐛 BugEzy User Guide

Let AI fix your bugs in just three steps.

Full install steps → Install Guide · All features → Features

🚀 Step 1: Install & Sign in

  1. Install the BugEzy extension from the Chrome Web Store
  2. Click the BugEzy icon 🐛 at the top right
  3. Click "Sign in with Google" → done

🎯 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 3: Edit & upload

  1. The editor opens after you stop recording
  2. Edit the voice text and add extra notes
  3. Click "🔧 AI Correct" to fix typos (optional)
  4. Click "🤖 AI Summarize" to condense (optional)
  5. Click "Upload" → the report is saved to the cloud

🤖 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.
Claude.ai
Settings → Connectors → Add → paste the URL → Connect
Claude Desktop
Edit claude_desktop_config.json, add:
{
  "mcpServers": {
    "bugezy": {
      "url": "https://bugezy.dev/mcp"
    }
  }
}
Cursor
Settings → MCP → Add Server → paste the URL
VS Code
Settings → search MCP → Add Server → paste the URL
Claude Code (terminal)
Run: claude mcp add --transport http bugezy https://bugezy.dev/mcp
Zed
Add context_servers to the config file
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.

💡 Tips