Từ số 0 đến dùng được, làm theo 5 bước để AI sửa Bug ngay.
Không rành kỹ thuật? Sao chép đoạn dưới dán cho AI (Claude Desktop / Claude Code / Cursor / Windsurf / VS Code + Cline / Google Antigravity / Gemini CLI), nó sẽ lo giúp bạn.
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
Hoặc cài thủ công theo 5 bước dưới ↓
Để AI đọc trực tiếp báo cáo Bug, không cần sao chép dán.
Hỗ trợ mọi công cụ MCP: Claude Desktop · Claude Code · Cursor · Windsurf · VS Code + Cline · Google Antigravity · Gemini CLI.
https://bugezy.dev/mcp
Sau khi đăng nhập BugEzy, URL và cấu hình trên trang này sẽ tự động thêm ?token= (AI không phải nhập token thủ công mỗi lần).
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}claude mcp add --transport http bugezy https://bugezy.dev/mcp{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}Bắt lỗi terminal của Python / Node.js / Go (stderr / traceback / crash), AI đọc và phân tích trực tiếp — không cần mở trình duyệt. Tính năng trả phí.
$ BUGEZY_TOKEN=<Token của bạn> npx bugezy-watch -- python manage.py runserver $ BUGEZY_TOKEN=<Token của bạn> npx bugezy-watch -- node server.js $ BUGEZY_TOKEN=<Token của bạn> npx bugezy-watch -- go run main.go
AI sau đó dùng công cụ MCP get_terminal_logs để đọc các lỗi này.