V1.0 — NOW IN BETA·FREE WHILE BETA

Capture.
Trace. Fix.

BugMojo records the exact session every bug happened in — DOM, console, network, screenshot. Hand it to a teammate or pipe it to Claude over MCP, and watch them ship the fix.

SETUP
30s
MCP TOOLS
14
VIDEO
0kb(DOM only)
NOBUG · CAPTURE⌥⇧B
snagbug capture --tab active
recording session_8af2c.
rrweb events ······ 1,247
console ··········· 23 logs · 2 errors
network ··········· 14 reqs · 1 failed
screenshot ········ annotated.png
pii redaction ····· 6 fields masked
copied to clipboard · paste anywhere.
[READY]

TRUSTED BY ENGINEERING TEAMS AT

OCTANTSUPERFLUXPARALLAXKILNHAUSNORTH/AXISMERIDIAN

02 / TOOLS

Every signal a fix needs, captured in one click.

No more 'works on my machine.' BugMojo ships the entire forensic record: DOM playback, console errors, network timing, screenshots, environment, and a shareable link your AI agent can read directly.

01

Session replay you can scrub.

rrweb-powered DOM playback. Pixel-perfect, fully interactive — including form state and shadow DOM. Tiny on the wire because it's not video.

  • RRWEB 2.0
  • MASKED INPUTS
  • 30–60S BUFFER
02

Quick Capture.

Zero setup. Paste a link anywhere — Loom, but for bugs.

  • NO ACCOUNT
  • PASSWORD OPTIONAL
03

Console + network.

Patched in the MAIN world. Full request bodies, stack traces, timing.

  • PII-REDACTED
  • HAR-GRADE
04

Agents as assignees.

MEMBER or AGENT — same polymorphic slot. Assign Claude. Watch the queue drain.

  • POLYMORPHIC
  • MCP-NATIVE
05

Two-way integrations.

GitHub, Jira, Azure DevOps, Slack. Bridge, don't replace.

  • WEBHOOK SIGNED
  • 2-WAY SYNC
06

Regression suites that learn from bugs.

Promote any fixed issue into a test case. Auto-suggest re-tests when code in the same area changes. Flag flakes by a 5-run rolling history. Dev → QA → Done becomes a real pipeline, not a status enum.

  • FLAKY DETECTION
  • SMART RE-TEST
  • PASS-RATE TREND

03 / FLOW

Three steps. Zero ceremony.

A capture-first workflow that turns the worst part of bug triage — the 'can you screen-share with me' loop — into a paste-the-link reflex.

  1. 01 / CAPTURE

    Hit the shortcut.

    The extension records the last 30–60s of DOM, plus all console + network. Auto-redacts PII before it leaves the browser.

  2. 02 / TRACK

    Land in a real tracker.

    Quick Capture for one-offs. Promote to a tracked issue when you're ready — with priority, assignee, labels, and the full replay attached.

  3. 03 / FIX

    Ship the patch.

    Assign a human or an AI agent. Agents read the bug via MCP tools, comment, close, or push a PR. QA verifies. Regression suite picks it up.

04 / AGENTS

Built for AI coding agents before they asked.

An MCP server ships with BugMojo. Point Claude, Cursor, or any MCP-compatible client at it, and the agent can list, read, comment, transition, and close issues — using the same evidence a human would.

  • 14 MCP tools out of the box

    list_bugs, get_bug, create_bug, add_comment, run regression suites, claim agent tasks — all callable.

  • Scoped API keys

    SHA-256 hashed at rest, per-company scope, revocable. The MCP server never sees a session cookie.

  • Replay context, not snippets

    Agents pull the captured session URL and reason from full ground truth — not just the title.

~/projects/checkout · claudeMCP CONNECTED
$ claude --mcp snagbug

# list open bugs in the auth projectlist_bugs project=auth status=open
  ↳ 7 results · NOBUG-142 looks like ours

▸ get_bug id=NOBUG-142
  ↳ title    "Login loops on Safari iOS"
    replay   snagbug.com/b/x7k_2qa
    console  TypeError: cookies undefined
    network  POST /api/auth/session 500

# reproduced from the replay. patch incoming.add_comment id=NOBUG-142 \
    body="Root cause: race in session middleware
          when Set-Cookie SameSite=None is stripped
          by ITP. Fix: regenerate token client-side.
          PR #4421."

▸ update_bug id=NOBUG-142 status=in_review

 done in 14s

05 / BRIDGE

Works alongside what you already pay for.

If your team already lives in Jira or GitHub Issues, keep them. BugMojo is the capture layer and the AI surface — it pushes back to your system of record.

GITHUBIssues + Actions
JIRACloud + Server
SLACKBot + Block Kit
AZURE DEVOPSWork Items
LINEARRoadmap, soon
WEBHOOKSHMAC-signed

06 / SHIP IT

Free for solo devs.
$19/seat for teams.

Unlimited captures, replays, AI agents, and integrations on every plan. No credit card to start. No bait-and-switch on seats.

Start freeLog in· NO CARD REQUIRED

WHAT YOU GET ON DAY ONE

  • Unlimited Quick Captures + shareable links
  • rrweb session replay, console + network panels
  • GitHub / Jira / Azure / Slack 2-way sync
  • MCP server — connect Claude, Cursor, etc.
  • Regression suites + flaky test detection
  • GDPR data export + retention controls
SELF-HOSTED · DOCKER · COMING WITH V1.1