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 for $1 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 AI agent has access to 15 Buggazi tools:

buggazi_status
buggazi_notifications
buggazi_dashboard
buggazi_list_bugs
buggazi_show_bug
buggazi_create_bug
buggazi_update_bug
buggazi_resolve_bug
buggazi_comment
buggazi_list_features
buggazi_create_feature
buggazi_feature_board
buggazi_sprint
buggazi_snapshot
buggazi_contracts

Try asking your agent: "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 — $1