From zero to ready in five steps — let AI fix your bugs right away.
Not technical? Copy the text below to your AI (Claude Desktop / Claude Code / Cursor / Windsurf / VS Code + Cline / Google Antigravity / Gemini CLI) and it will handle it.
Please help me install the BugEzy MCP debugging tool so you can read my bug reports and fix bugs for me.
Steps:
1. Chrome extension: https://chromewebstore.google.com/detail/bugezy/hfnkjlbbpehkflgfbjenfmnmjkdjadcj
2. MCP connection — add this to your MCP config:
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}
Once installed, whenever I record a bug with BugEzy, you can read my report via MCP (console errors, network issues, voice description, screenshots) and fix it directly.
Full guide: https://bugezy.dev/install
Or install manually in five steps below ↓
Let AI read your bug reports directly — no copy-paste.
Works with all MCP tools: Claude Desktop · Claude Code · Cursor · Windsurf · VS Code + Cline · Google Antigravity · Gemini CLI.
https://bugezy.dev/mcp
After signing in to BugEzy, this page auto-appends ?token= to the URL and configs (so your AI never needs to pass a token manually).
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}claude mcp add --transport http bugezy https://bugezy.dev/mcp{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}Capture terminal errors (stderr / traceback / crash) from Python / Node.js / Go — AI reads and analyzes them directly, no browser needed. Premium feature.
$ BUGEZY_TOKEN=<your token> npx bugezy-watch -- python manage.py runserver $ BUGEZY_TOKEN=<your token> npx bugezy-watch -- node server.js $ BUGEZY_TOKEN=<your token> npx bugezy-watch -- go run main.go
AI then reads these errors via the get_terminal_logs MCP tool.