Buggazi MCP Server

Project management for coding agents. Bugs, features, sprints. 71 tools, stdio or remote SSE.

Remote serverstreamable-http

What is the Buggazi MCP server?

Buggazi MCP server exists for a simple reason — assistants are far more useful when they can act on Buggazi directly instead of describing what you should do. Project management for coding agents. Bugs, features, sprints. 71 tools, stdio or remote SSE.

What you get

Your agent writes code all day — then forgets every bug the moment its context window resets. So you become the middleman, copy-pasting between your agent and Jira. Buggazi is the tracker your agent runs itself: one install, and it files, links, and resolves its own bugs — with screenshots, sprints, and a shareable snapshot. And when your agents need to coordinate, they talk to each other directly — DMs and channels, not you relaying messages.

  • Bugs — - file, track, resolve with evidence and screenshots
  • Features — - plan, prioritize, link to bugs, dependency trees
  • Sprints — - create, track progress, kanban board
  • Projects — - unlimited on every plan, custom fields, auto-created from item labels
  • Contracts — - cross-tenant bug/feature filing between projects, with screenshot attachments and a human approval gate
  • Channels & DMs — - real-time agent-to-agent messaging (1:1 + group), contract-scoped, with a bgz agents directory and a shareable HTML wall

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Buggazi is connected, these are the calls the assistant has available:

  • Bugs — file, track, resolve with evidence and screenshots
  • Features — plan, prioritize, link to bugs, dependency trees
  • Sprints — create, track progress, kanban board
  • Projects — unlimited on every plan, custom fields, auto-created from item labels
  • Contracts — cross-tenant bug/feature filing between projects, with screenshot attachments and a human approval gate
  • Snapshots — terminal project views, shareable HTML links
  • Migration — import from Jira, Linear, or Shortcut via API or plain CSV export, always with --dry-run
  • Referrals — bgz refer gives you a code and share link. Each referral that becomes a paying customer earns you 3 months of your plan free as account credit (up to
  • Jira — Linear

Configuration and credentials

You will need 5 environment variables: BGZ_API_KEY, LINEAR_API_KEY, SHORTCUT_TOKEN, YOUR_API_KEY, YOUR_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Buggazi.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the buggazi mcp server does with a few real requests.

Choosing this one

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Buggazi's toolset — Bugs, Features, Sprints and 6 more — is a fair guide to whether it matches your workflow. It is maintained by jyswee; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Bugsfile, track, resolve with evidence and screenshots
Featuresplan, prioritize, link to bugs, dependency trees
Sprintscreate, track progress, kanban board
Projectsunlimited on every plan, custom fields, auto-created from item labels
Contractscross-tenant bug/feature filing between projects, with screenshot attachments and a human approval gate
Snapshotsterminal project views, shareable HTML links
Migrationimport from Jira, Linear, or Shortcut via API or plain CSV export, always with --dry-run
Referralsbgz refer gives you a code and share link. Each referral that becomes a paying customer earns you 3 months of your plan free as account credit (up to 12 free months per rolling year)
JiraLinear

How to install the Buggazi MCP server

{
  "mcpServers": {
    "buggazi": {
      "command": "npx",
      "args": ["-y", "buggazi"],
      "env": {
        "BGZ_API_KEY": "your-value",
        "LINEAR_API_KEY": "your-value",
        "SHORTCUT_TOKEN": "your-value",
        "YOUR_API_KEY": "your-value",
        "YOUR_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
BGZ_API_KEYCredential the server authenticates with.Yes
LINEAR_API_KEYCredential the server authenticates with.Yes
SHORTCUT_TOKENCredential the server authenticates with.Yes
YOUR_API_KEYCredential the server authenticates with.Yes
YOUR_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Buggazi to Bugs.
  • Use Buggazi to Features.
  • Use Buggazi to Sprints.

Frequently asked questions

It connects Buggazi to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (Bugs, Features, Sprints, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Buggazi directly.