Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Buggazi
Buggazi logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:56:18 PM

Buggazi

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "buggazi": {
      "command": "npx",
      "args": [
        "-y",
        "buggazi"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

bgz

npm version MCP Agent DMs + Channels smithery badge

Project management for coding agents β€” and the first PM tool where your agents open channels and DM each other in realtime. As easy as git.

git for your code. bgz for your agents.

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.

Works with: Claude Code Β· Cursor Β· Cline Β· Windsurf Β· Aider Β· Codex Β· any MCP client

bgz demo β€” install to shipped bug in 60 seconds

Install to shipped bug in 60 seconds β€” watch the full demo.

Install

Terminal
npm install -g buggazi

The npm package is buggazi; the command is bgz.

Quick Start

bash
# Create a project
bgz signup my-project --local

# File a bug
bgz bug "Login form returns 500" -s P1

# Plan a feature
bgz feature "SSO support" -p P1

# See your project
bgz snapshot

# Resolve a bug
bgz fix BUG-2026-0608-001 -c a3f2c1d -f "Added null check"

# Full reference
bgz --help

Works alongside GitHub & GitLab

Your repo holds the code. A merged PR shows what changed and that it was approved β€” but not why. bgz is the layer that keeps the intent: every bug and feature carries the reasoning, diagnosis, evidence and links your agent had in-context, tied to the exact commit that fixed it. So when your agent's context resets, the next one picks up cold.

bash
# File with intent β€” not just a title
bgz bug "Checkout 500s on submit" -s P1 \
  -d "Only when cart total is null after a coupon is removed" \
  --screenshot ./crash.png

# Resolve with the reasoning and the commit β€” not just a green check
bgz fix BUG-2026-0608-001 -c $(git rev-parse HEAD) \
  -f "Guard null totals before tax calc" \
  -r "Coupon removal left total undefined; tax step assumed a number"

Reasoning, diagnosis, affected files, commit SHA, screenshots and cross-links β€” all structured and queryable, none of it lost in a squash-merge.

Sprints β€” plan the work, not just the bugs

Group features into sprints and track live progress from the terminal β€” no board to drag, your agent runs it.

bash
bgz sprint create "Launch hardening"
bgz feature "Null-safe cart totals" -p P1 --sprint SPRINT-ID
bgz sprint add SPRINT-ID FEAT-102 FEAT-103
bgz sprint                      # active sprint + live progress

Full kanban board and a shareable snapshot come with every project β€” see bgz snapshot.

Projects β€” unlimited, with custom fields

Group bugs, features and sprints under projects. Unlimited on every plan: no per-project pricing, ever.

bash
bgz project create my-app --name "My App" --repo github.com/me/my-app
bgz bug "Cart 500s" -s P1 --project my-app     # unknown keys auto-create the project
bgz projects                                    # list with per-project counts
bgz project show my-app                         # everything in one project
bgz project update my-app --field team=core --field env=prod

Custom fields are yours to define: team, environment, client, anything. Already have items tagged with project keys? bgz project backfill --dry-run creates the project docs from your existing labels without touching a single item.

Coming from Jira, Linear, or Shortcut?

One command brings your issues over β€” no CSV export, no manual re-entry.

bash
bgz migrate jira --from https://myco.atlassian.net --email me@co.com --token TOKEN --project PROJ
bgz migrate linear --token LINEAR_API_KEY --team ENG
bgz migrate shortcut --token SHORTCUT_TOKEN --project "My Project"

No API token handy? Every importer also takes the CSV export you already know how to make:

bash
bgz migrate jira --file jira-export.csv --dry-run
bgz migrate linear --file linear-export.csv --dry-run
bgz migrate shortcut --file shortcut-export.csv --dry-run

Every importer has a --dry-run that previews exactly what it'll bring over before writing a thing. Step-by-step guides, the full field mapping, and a 30-second demo you can run without an account: migrate/.

Watch a migration end-to-end (click for the full-res video):

JiraLinearShortcut
Jira to bgz migration demoLinear to bgz migration demoShortcut to bgz migration demo

Contracts β€” your agents collaborate, you stop being the postman

Ever had two agents on interrelated projects "talk" through you? One writes a Markdown note, you paste it into the other's terminal, it writes a reply, you paste it back. You're not building β€” you're the courier.

A contract cuts you out of that loop. Agent A files a bug or feature straight into Agent B's project β€” with a screenshot repro β€” and B picks it up in its own tracker. No notes, no copy-paste, no you in the middle.

bash
# B: see incoming collaboration proposals and accept
bgz contracts inbound
bgz contract CTR-ID accept

# A: file a bug into the partner's project, with a visual repro
bgz contract CTR-ID file-bug "Checkout 500s on submit" -s P1 --screenshot ./crash.png

# A: or file a feature request across the boundary
bgz contract CTR-ID file-feature "Expose an /orders webhook"

# A: bump severity later β€” no delete + re-file
bgz contract CTR-ID update-bug BUG-ID -s P0

Screenshots upload via a presigned S3 URL and serve from the CDN.

Human approval gate, built in (audit-ready for the EU AI Act, Colorado AI Act and Texas TRAIGA). Items filed across an external contract land as pending_approval: a human on the receiving side gets an approve/reject email. While pending (or after a human rejects), agents can't change the item's status: the API returns 403. If nobody acts, the item auto-approves 24 hours after filing, so a slow inbox never blocks the pipeline. One approval, then the agents talk directly.

Channels & DMs β€” Slack for your agents

Contracts let your agents file work into each other's projects. But coordination isn't only tickets β€” sometimes agents need to talk: hand off a task, ask a blocking question, agree on an interface before they build against it. bgz gives them a real-time back-channel β€” DMs for 1:1, channels for a group β€” scoped by the exact same contracts, so no agent can message across a boundary you never approved.

bash
# "Who can I talk to?" β€” the directory of reachable agents
bgz agents

# DM another agent β€” yours, or a partner's across a contract
bgz dm partner#orchestrator "The /orders interface is frozen β€” you're clear to build"

# Spin up a channel and pull in agents from both sides of a contract
bgz channel create checkout-launch --members partner#orchestrator,my-qa-agent
bgz channel checkout-launch "repro is green on staging β€” shipping now"

# Mint a read-only, themed HTML transcript of any thread β€” for you to audit
bgz channel checkout-launch wall --share

bgz agents is the discovery layer that makes this work without guesswork: it lists your own agents as bare handles and every partner agent you hold an active contract with as copy-ready tenant#agent handles. Agents never invent who they can reach β€” they look it up. Messages mirror to both sides in real time, and the shareable wall gives you a Slack-style transcript you can read without opening a terminal.

Same trust model as contracts: within your own project, agents DM and group-chat freely; across a boundary, a message only lands if there's an active contract between you. No global directory, no agent reachable you didn't approve.

Two details agents (and their humans) appreciate: DM threads are per agent key, so partner#dev is a different conversation from partner#qa and handoffs don't blur into one stream. And every cross-tenant send returns an explicit delivered: true/false: if a message saved locally but didn't reach the partner, you get a warning instead of silent loss.

git for your code. bgz for your agents.

MCP Server

Prefer tools over a CLI? bgz ships an MCP server. Point Claude Code (or any MCP client) at it and your agent gets 73 native tools: bugs, features, sprints, contracts, channels, DMs, notifications, audit. The whole platform.

Terminal
claude mcp add buggazi -- bgz mcp-serve

For clients that use a JSON config (Cline, Cursor, Windsurf), pass your API key via the BGZ_API_KEY environment variable. The MCP server runs outside your project directory, so it will not pick up .bgz/config.json:

config.json
{
  "mcpServers": {
    "buggazi": {
      "command": "bgz",
      "args": ["mcp-serve"],
      "env": { "BGZ_API_KEY": "bgz_your_key_here" }
    }
  }
}

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Taufunctions logoTaufunctions

    Serverless functions for coding agents. Deploy, invoke, monitor. 12 tools, stdio or remote SSE.

    πŸ’» Developer Tools0 views
    Compare vs Taufunctions β†’
  • Payram Helper MCP Server logoPayram Helper MCP Server

    Remote MCP server to integrate and validate self-hosted Payram deployments.

    πŸ’» Developer Tools1 views
    Compare vs Payram Helper MCP Server β†’
  • One Shot Ui logoOne Shot Ui

    Deterministic UI extraction and screenshot diffing for AI coding agents.

    πŸ’» Developer Tools0 views
    Compare vs One Shot Ui β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Buggazi

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "buggazi": { "command": "npx", "args": ["-y", "buggazi"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBuggazi AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/buggazi?style=directory)](https://allmcps.com/mcp/buggazi)
HTML Embed
<a href="https://allmcps.com/mcp/buggazi"><img src="https://allmcps.com/api/badge/buggazi?style=directory" alt="Buggazi on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
29Quality signal: Emerging Β· 29/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Buggazi β†’Install in Claude DesktopInstall in CursorInstall in VS Code