streamable-httpMITupdated 18d ago
Capture bugs by talking. Let AI fix them.
What can you do with BugEzy?
๐ BugEzy โ Voice-Powered Bug Reporting for Developers
Capture bugs by talking. Let AI fix them.
BugEzy is a Chrome extension + MCP server that lets developers report bugs using voice. It captures console logs, network errors, DOM traces, and your voice description automatically โ so AI can find the root cause and give you the fix.
๐ bugezy.dev ยท ๐งฉ Chrome Web Store ยท ๐ SKILL.md (AI Guide)
How It Works
- ๐๏ธ Hit Record โ Open BugEzy popup, hit record. Talk about the bug while operating.
- ๐ Auto-organized โ BugEzy captures screen replay, console logs, network errors, and action timeline into a structured report.
- ๐ค AI Fixes It โ Hand the report to any MCP-compatible AI assistant. AI finds root causes and gives you the fix.
MCP Server (13 Tools)
Connect your AI assistant to BugEzy:
MCP Endpoint: https://bugezy.dev/mcp (Streamable HTTP)
| Tool | Description |
|---|---|
get_report_overview |
Report metadata + AI bug navigation summary |
get_timeline |
Complete event timeline (console + network + voice + markers) |
get_console_logs |
Console logs (warn/error) |
get_network_errors |
Network errors (4xx/5xx) |
get_voice_transcript |
Developer voice transcript |
get_screenshots |
Report screenshots |
get_rrweb_summary |
DOM trace summary |
get_rrweb_events |
Full DOM events |
get_page_info |
Page info (URL/title/browser/resolution) |
get_metadata |
Custom metadata via SDK |
list_reports |
List user's bug reports |
get_live_errors |
Live console/network errors |
get_terminal_logs |
Terminal error logs |
MCP Config (Claude Desktop / Cursor / Windsurf)
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}
Features
- Voice Input โ Chinese, Cantonese, English (Japanese, Korean, Vietnamese coming soon)
- Dual Voice Engine โ Web Speech API (free) + Groq Whisper (paid, high accuracy)
- 6 Recording Modes โ Record, Rewind 30s, Screenshot, Keyboard, Monitor, CLI
- Bug Capture 10/10 โ Console, Network, Resource errors, Web Vitals, DOM replay, Storage, Voice, Screenshots
- Privacy First โ Sensitive data auto-masked (PII, JWT, API keys, credit cards)
- AI Auto-correction โ Voice transcript cleanup + summarization
- Save 93% Tokens โ Structured MCP data vs raw screenshots
Python / Node CLI
npm install -g bugezy-watch
Captures Python tracebacks, Node.js errors, environment snapshots, and PII-masked terminal logs.
Pricing
| Plan | Price | Includes |
|---|---|---|
| Free | $0 | 10 recordings, 5 rewinds, 20 MCP calls/month |
| Monthly | NT$80/mo (~$2.50) | Unlimited everything |
| Day Pass | NT$20 (~$0.65) | 24-hour full access |
Security
- Fable5 4-round audit: 9.5+/10
- Supabase RLS on all 6 tables
- CSP with frame-ancestors
- Session token fragment-based (never in URL query string)
- ECPay payment with idempotent callback
Tech Stack
Chrome Extension (TypeScript) ยท Cloudflare Workers ยท Supabase ยท R2 ยท Groq Whisper ยท ECPay
Links
- ๐ Website: bugezy.dev
- ๐งฉ Chrome Web Store: Install
- ๐ AI Guide: SKILL.md
- ๐ Features: bugezy.dev/features
- ๐ Changelog: bugezy.dev/changelog
- โ FAQ: bugezy.dev/faq
License
Proprietary โ ยฉ 2026 BugEzy
Install
Add BugEzy to your client. Pick the one you use.
claude mcp add --transport http bugezy https://bugezy.dev/mcpcodex mcp add bugezy --url https://bugezy.dev/mcp{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"bugezy": {
"type": "http",
"url": "https://bugezy.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"bugezy": {
"serverUrl": "https://bugezy.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 11 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.1.3Latest | Jul 12, 2026 |