No Install Needed

Buggazi + Claude Web / Raycast

Add Buggazi to web-based AI agents. No npm install, no CLI. Just a URL and your API key.

Claude Code Cursor Cline Windsurf Aider Codex Claude Web / Raycast General API

Step 1: Get Your API Key

Sign up ($10/mo) at buggazi.com/signup. You'll get an API key like bgz_abc123...

Step 2: Connect Your Client

Claude Web (claude.ai)

Go to claude.ai → Settings → MCP Servers and add:

URL:  https://mcp.buggazi.com/sse
Auth: Bearer bgz_YOUR_API_KEY

Claude Cowork

Same config as Claude Web — add the MCP server URL in Cowork settings.

Raycast

Go to Raycast → Extensions → MCP Servers and add:

URL:  https://mcp.buggazi.com/sse
Auth: Bearer bgz_YOUR_API_KEY

Any MCP Client (SSE Transport)

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"
      }
    }
  }
}

Step 3: Start Using

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"

Also available: Local MCP server via CLI (bgz mcp-serve) for Claude Code desktop. See Claude Code quickstart.
Health check: mcp.buggazi.com/health — verify the server is running.

Get Started — $10/mo