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 at buggazi.ai/signup. You'll get an API key like bgz_abc123...

No key yet? Let your agent self-onboard. Connect to 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).

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". Bugs, features and sprints accept a project key to group work; unknown keys auto-create the project (unlimited on every plan).

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

tAI

Hi! I'm τAI

I can help with bug tracking, feature planning, sprint management, pricing, or setting up a new project. What can I help you with?

tAI is thinking...