BugMojoBugMojoBugMojo
FeaturesPricingBlogGuidesAbout
Log inGet started
BugMojoBugMojo

Bug reports that actually help fix bugs — capture, replay, share.

Product

  • Features
  • Pricing
  • Get started
  • Log in

Resources

  • Blog
  • Guides
  • Compare
  • Glossary

Company

  • About
  • Contact
  • Privacy
  • Engineering
  • Playbooks
© 2026 BugMojo. All rights reserved.
AllGuidesEngineeringPlaybooksCompareGlossaryAlternativesBy roleBug tracking by framework
  1. Home
  2. Blog
  3. Guides
  4. How to Integrate BugMojo with Claude Code
Guides

How to Integrate BugMojo with Claude Code

Step-by-step guide to connecting BugMojo with Claude Code — what gets synced, how to set it up in 4 steps, and the workflows it enables.

BugMojo TeamBugMojo Team·May 22, 2026·4 min read
Two software icons connected by a flow line representing integration — describe accessibly

Key takeaways

  • AI coding agent reads + triages your BugMojo backlog from inside Claude Code.
  • Time to set up: ~5-10 minutes.
  • What syncs: BugMojo ships a Model Context Protocol (MCP) server. Add it to Claude Code's MCP config and Claude can list bugs, read b...
  • Permissions required: Read bugs, Update bug status, and others.

What this integration does

BugMojo ships a Model Context Protocol (MCP) server. Add it to Claude Code's MCP config and Claude can list bugs, read bug details with replay context, write comments, and update statuses — all without leaving your IDE. The same MCP server works with Cursor, Windsurf, Cody, and any MCP-compatible client.

The integration is bidirectional where the underlying API supports it — updates flow both directions so neither tool becomes "stale state" relative to the other. For Claude Code specifically, this means during a fix session, claude code reads the bug description + session replay context and proposes a code change.

Before you start

Make sure you have:

  • A BugMojo account with admin access (Settings → Integrations is admin-only).
  • A Claude Code account with permission to read bugs.
  • About 10 minutes of focused time — interruptions during OAuth flows tend to cause re-tries.

Step-by-step setup

Step 1: Generate a BugMojo API key

Settings → API Keys → Create key. Name it claude-code-{your-username}. Copy the key (shown only once; starts with bm_key_).

Step 2: Install the MCP server

Add the server to your Claude Code MCP config (~/.claude/mcp_servers.json or via claude mcp add):

{
  "mcpServers": {
    "bugmojo": {
      "command": "npx",
      "args": ["-y", "@bugmojo/mcp-server"],
      "env": {
        "BUGMOJO_API_KEY": "bm_key_xxx",
        "BUGMOJO_API_URL": "https://bugmojo.com"
      }
    }
  }
}

Step 3: Restart Claude Code

Restart Claude Code or run claude mcp list to confirm the BugMojo server registered. Try the first prompt: 'Show me critical bugs from the past week.'

Pro tip

Test the integration with a single low-priority bug first. Capture a test bug in BugMojo and confirm it appears in Claude Code within 30 seconds. If it doesn't, check Settings → Integrations → Claude Code → Logs for the error before reconfiguring.

Workflows this enables

Beyond the "bug appears in Claude Code" basic case, the integration enables several higher-value workflows that justify the setup effort. The most impactful is the first one below — it eliminates ~22 minutes per bug of context-switching according to a 2025 Atlassian study on engineering interrupt costs.

  • During a fix session, Claude Code reads the bug description + session replay context and proposes a code change.
  • When the fix lands, Claude updates the bug status to 'In Progress' via MCP — no manual context switching.
  • Triage flow: ask Claude 'group this week's bugs by suspected root cause' — Claude reads them via MCP and clusters them.

Troubleshooting

"My Claude Code token isn't being accepted." Double-check the token has not expired. Claude Code tokens expire on different schedules depending on token type; regenerate and reconnect if in doubt.

"Bugs aren't appearing in Claude Code."

  1. Check Settings → Integrations → Claude Code → Status to confirm the connection is healthy.
  2. Verify the target channel is correct.
  3. Check Settings → Integrations → Claude Code → Logs for the most recent error.

"Two-way sync is one-way only." Two-way sync depends on the API capability of Claude Code; some integration types (notifications, IDE) are one-way by design.

Privacy and security

What gets sent to Claude Code

The BugMojo-to-Claude Code sync sends: bug title, description, priority, reporter name, status, and a deep link to the BugMojo capture (which requires a separate BugMojo login to view). Session replay data, console logs, and network captures are NOT sent to Claude Code — they stay in BugMojo behind your authentication.

For compliance-sensitive teams, the deep-link approach means bug metadata can live in your existing audit-logged Claude Code system while sensitive capture data stays on BugMojo (self-hosted if needed).

Next steps

  • Try BugMojo free — no credit card, 5-minute setup.
  • Explore other integrations — Slack, Linear, GitHub Issues, Jira, Cursor, Claude Code.
  • Read the MCP guide — connect AI coding agents to your bug tracker.

Frequently asked questions

Sources

  1. Claude Code official site — Claude Code (2026)
  2. BugMojo integrations documentation — BugMojo (2026)
Share:
BugMojo Team
BugMojo Team· Engineering & QA

The BugMojo team builds tools for developers, QA engineers, and PMs who want bug reports that actually help fix bugs.

On this page

  • What this integration does
  • Before you start
  • Step-by-step setup
  • Step 1: Generate a BugMojo API key
  • Step 2: Install the MCP server
  • Step 3: Restart Claude Code
  • Workflows this enables
  • Troubleshooting
  • Privacy and security
  • Next steps

Get bug-tracking insights, weekly.

Engineering deep-dives, QA playbooks, and honest tool comparisons. No spam — unsubscribe in one click.

Keep reading

Two software icons connected by a flow line representing integration — describe accessibly
Guides

How to Integrate BugMojo with Cursor

Step-by-step guide to connecting BugMojo with Cursor — what gets synced, how to set it up in 4 steps, and the workflows it enables.

May 22, 2026· 3 min
A developer pair-programming with an AI coding assistant on a dark IDE, with a bug tracker visible on a second monitor.
Guides

How to Connect Claude Code to Your Bug Tracker via MCP

Step-by-step guide to wire Claude Code into BugMojo via the Model Context Protocol so your AI agent can read, triage, and update bugs in about 10 minutes.

May 22, 2026· 10 min
Two software icons connected by a flow line representing integration — describe accessibly
Guides

How to Integrate BugMojo with GitHub Issues

Step-by-step guide to connecting BugMojo with GitHub Issues — what gets synced, how to set it up in 4 steps, and the workflows it enables.

May 22, 2026· 3 min
Browse:PlaybooksEngineering