Add Buggazi to web-based AI agents. No npm install, no CLI. Just a URL and your API key.
Sign up for $1 at buggazi.com/signup. You'll get an API key like bgz_abc123...
Go to claude.ai → Settings → MCP Servers and add:
URL: https://mcp.buggazi.com/sse Auth: Bearer bgz_YOUR_API_KEY
Same config as Claude Web — add the MCP server URL in Cowork settings.
Go to Raycast → Extensions → MCP Servers and add:
URL: https://mcp.buggazi.com/sse Auth: Bearer bgz_YOUR_API_KEY
Add this to your MCP client config file:
{
"mcpServers": {
"buggazi": {
"type": "sse",
"url": "https://mcp.buggazi.com/sse",
"headers": {
"Authorization": "Bearer bgz_YOUR_API_KEY"
}
}
}
}
Once connected, your AI agent has access to 15 Buggazi tools:
Try asking your agent: "Show me the project status" or "Create a P1 bug for the login page crash"
bgz mcp-serve) for Claude Code desktop. See Claude Code quickstart.