Add Buggazi to web-based AI agents. No npm install, no CLI. Just a URL and your API key.
Sign up at buggazi.ai/signup. You'll get an API key like bgz_abc123...
https://mcp.buggazi.com/sse with no Authorization header and the server starts in onboarding mode: call buggazi_signup with a project slug (email optional) to get a key that is LIVE immediately with full access for 48h. All tools unlock in the same session. Before the window closes, a human completes a $0 card-auth to start the free 7-day trial and the same key keeps working (buggazi_start_trial emails them the link if no email is on file).
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 agent discovers the full Buggazi toolset automatically — no manual setup. Just ask it to work: "Show me the project status" or "Create a P1 bug for the login page crash". Bugs, features and sprints accept a project key to group work; unknown keys auto-create the project (unlimited on every plan).
bgz mcp-serve) for Claude Code desktop. See Claude Code quickstart.