Developer Tools
bugezy.dev
Provides bug report management and debugging insights including console logs, network errors, and AI summaries.
ENDPOINT 1
https://bugezy.dev/mcp
MCP server metadata
- Name
- BugEzy
- Version
- 0.1.0
Known tools 14
list_reports列出某使用者的 Bug 報告(需提供 user_email + session_token 驗證身分)。List a user's bug reports — requires user_email and session_token.
Inferred read-onlyget_report_overview取得報告概覽(metadata + 各筆數 + AI Bug 導航摘要,不含原始資料)。Report overview with AI bug summary.
Inferred read-onlyget_live_errors取得某使用者當前頁面的即時 Console/Network 錯誤(需 user_email + session_token 驗證身分)。Live console/network errors — requires user_email and session_token.
Inferred read-onlyget_terminal_logs取得某使用者終端機的即時錯誤日誌(stderr/throw/crash,需 user_email + session_token 驗證;付費功能)。開發者需執行 npx bugezy-watch -- <command>。Terminal error logs — requires user_email and session_token, paid feature.
Potential side effectsget_usage_quota查詢目前方案與本月剩餘用量(錄製 / 回溯 / MCP 讀取)。需 user_email + session_token 驗證身分。查詢不會消耗額度。Check your plan and remaining monthly quota — requires user_email and session_token.
Inferred read-onlyget_screenshots高畫質 AI 分析:取得報告截圖圖片(視覺 Bug 用)。⚠ 圖片消耗較高 Token(每張 ~3,000-8,000),建議只在需要看畫面時使用。Report screenshots.
Inferred read-onlyget_timeline取得一份報告的完整時間軸(時序麵包屑)。把 Console、Network、語音、標記、網路環境、儲存狀態全部按時間排序成一條故事線,AI 只需呼叫這一個 tool 就能掌握完整 Bug 脈絡(省去逐一呼叫 console/network/voice 各 tool)。Full report timeline.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bugezy]
url = "https://bugezy.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bugezy": {
"type": "http",
"url": "https://bugezy.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bugezy
Remote MCP URL: https://bugezy.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bugezy": {
"type": "http",
"url": "https://bugezy.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bugezy",
"transport": "streamable-http",
"url": "https://bugezy.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bugezy.dev was fetched 2026-07-28T02:52:43.665Z and is being refreshed.
bugezy.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.