처음부터 사용까지, 5단계만 따라 하면 바로 AI가 Bug를 고쳐줍니다.
기술을 모르시나요? 아래 내용을 복사해 AI(Claude Desktop / Claude Code / Cursor / Windsurf / VS Code + Cline / Google Antigravity / Gemini CLI)에 붙여넣으면 알아서 처리해 줍니다.
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
또는 아래 수동 5단계로 설치 ↓
AI가 직접 Bug 리포트를 읽게 해 복사·붙여넣기가 필요 없습니다.
Claude Desktop · Claude Code · Cursor · Windsurf · VS Code + Cline · Google Antigravity · Gemini CLI 등 모든 MCP 도구 지원.
https://bugezy.dev/mcp
BugEzy에 로그인하면 이 페이지의 주소와 설정에 ?token=이 자동으로 붙습니다(AI가 매번 수동으로 token을 넣을 필요가 없습니다).
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}claude mcp add --transport http bugezy https://bugezy.dev/mcp{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}Python / Node.js / Go의 터미널 오류(stderr / traceback / crash)를 잡아 AI가 직접 읽고 분석——브라우저 필요 없음. 유료 기능.
$ BUGEZY_TOKEN=<당신의 token> npx bugezy-watch -- python manage.py runserver $ BUGEZY_TOKEN=<당신의 token> npx bugezy-watch -- node server.js $ BUGEZY_TOKEN=<당신의 token> npx bugezy-watch -- go run main.go
AI는 이후 get_terminal_logs MCP 도구로 이 오류들을 읽습니다.