Stack · Product engineering

Bug reproduction desk

Turns a bug report into a reproduction that fails, before anybody writes a line of the fix.

Built for: Whoever picks up the report that says it happens sometimes, and has to decide within an hour whether it is real.

Install all 11 parts

The button opens the checkout, where 6 servers and 5 skills are listed one by one with what each does to the bill — free, already yours, monthly or a one-off licence. Nothing is charged until you confirm it there, in Stripe’s own card frame on that page rather than a redirect, and each paid member keeps its own budget cap.

$0/mo
6 servers at their publishers’ prices, with one-off licences spread over 12 months
$0
the free-tier version keeps 6 servers and 3 skills — 4 of the 4 tools
$0
5 skills with no monthly cost, plus $98 paid once
152.2k
tokens of context the skills add to every session
01 · Outcome

What your agent can do with this

The reason to buy a stack rather than five listings: each line below needs more than one member connected at the same time.

  1. 01

    Pull the error, its stack trace and its frequency out of Sentry, and say how many people it reached.

  2. 02

    Replay the path in a real browser with Puppeteer and stop when the page does not fail the way the report says it does.

  3. 03

    Read the rows behind the report against a read-only Postgres connection with row caps and a statement timeout.

  4. 04

    Write the reproduction down as a markdown note with a diagram, so the next person starts where this one stopped.

02 · Assembly

The assembly, part by part

What each part contributes, and why it was picked over the obvious alternative. Prices and permissions are read from the listings, so nothing here can disagree with the catalogue.

6 servers5 skills4 tools
SE01

The report as the system recorded it: the event, the release and how often it happened, which is what decides whether this is worth an hour.

read/write split not recordedruns on your machine A v1.0.0 credential not declared · runs locally
Free
$0 of the monthly total
LO02

A local log server the app posts structured events to, with a live tail — the missing half when the stack trace stops at the boundary.

4 readread-onlyruns on your machine A v0.3.0 credential not declared · runs locally
Free
$0 of the monthly total
PO03

Read-only Postgres with row caps and statement timeouts, so checking the data behind a bug cannot become an incident of its own.

read/write split not recordedruns on your machine A v0.4.2 credential not declared · runs locally
Free
$0 of the monthly total
PU04

Drives a real browser through the reported path, which is the only way to tell a broken page from a misremembered one.

read/write split not recordedruns on your machine A v0.7.2 credential not declared · runs locally
Free
$0 of the monthly total
FI05

Views and edits the files the reproduction lives in — the failing script, the fixture, the note — without giving the agent a shell.

read/write split not recordedruns on your machine A v1.3.0 credential not declared · runs locally
Free
$0 of the monthly total
ME06

The official knowledge-graph server keeps what was already ruled out, so the second hour does not re-test the first hour's dead ends.

read/write split not recordedruns on your machine A v2026.7.4 credential not declared · runs locally
Free
$0 of the monthly total
and the instructions that drive them A skill is a prompt file, not a server: it adds context and a procedure, never a tool or a permission of its own.
DE07
Debugging and Error Recovery Agent skill Guardrail by addyosmani

Holds the desk to root cause: reproduce, isolate, then explain — rather than the first plausible change that makes the symptom go away.

2.7k tokens of context never asks for a write 1 files · MIT needs no server of its own
$19
$1.58 of the monthly total
CH08
Chrome DevTools Agent skill Workflow by mrgoonie

Screenshots, console and performance traces through Puppeteer scripts, so 'it is slow' turns into a number from the profile.

43.3k tokens of context never asks for a write 24 files · Apache-2.0 needs no server of its own
Free
no monthly cost
E209
E2E Test Agent skill Workflow by coleam00

Researches the codebase and the schema before writing the end-to-end case, which is how a reproduction ends up in the suite instead of in a comment.

2.7k tokens of context never asks for a write 1 files · licence not declared needs no server of its own
Free
no monthly cost
MA10
Markdown and Mermaid Writing Agent skill Voice & style by K-Dense-AI

Writes the reproduction up with the sequence diagram attached, so the handover is a document rather than a paragraph of chat.

70.4k tokens of context asks the agent to write 37 files · Apache-2.0 needs no server of its own
Free
no monthly cost
KE11
Keep the Why Agent skill Workflow by oliver-zehentleitner

Finds the incident learning or workaround that explains the odd code, which is often the bug's actual origin.

33.2k tokens of context never asks for a write 15 files · MIT v0.9.2 needs no server of its own
$79
$6.58 of the monthly total
03 · Cost

What it costs, and on what assumption

Every member is a subscription or a licence bought once, so the monthly figure is a price rather than an estimate: what moves it is adding or dropping a member, not how hard the stack is worked. The one assumption is that a one-off licence is spread over a year so it can sit in the same column as a subscription.

PartWhat you are paying forMonthly, as quoted
Sentry Free
Logsafe Free
Postgres Free
Puppeteer Free
Filesystem Free
Memory (official) Free
Skills
Debugging and Error Recovery $19 · $1.58/mo over 12 months $1.58/mo
Chrome DevTools Free · context cost only
E2E Test Free · context cost only
Markdown and Mermaid Writing Free · context cost only
Keep the Why $79 · $6.58/mo over 12 months $6.58/mo
Everything above $0 of servers plus $8.00 of skills, the same in a quiet month and a busy one $8.00/mo

Subscriptions at their monthly plan price; one-off licences spread over 12 months. One-off purchases in this stack total $98 — Debugging and Error Recovery $19, Keep the Why $79 — paid once and spread here so they sit in the same column as a subscription. Everything arrives on one mcprush invoice, taken by Stripe from the card on your account, not one per publisher — mcprush.com is the merchant of record and each publisher is paid out of it.

The free-tier version$0/mo

Install only these and the bill is nothing: 6 servers and 3 skills, 4 of the 4 tools.

Left out, and what goes with it:

  • Debugging and Error Recovery · $19Holds the desk to root cause: reproduce, isolate, then explain — rather than the first plausible change that makes the symptom go away.
  • Keep the Why · $79Finds the incident learning or workaround that explains the odd code, which is often the bug's actual origin.
What moves the bill
Flat every month$0 · 0 subscriptions
Carries a call allowancenothing
Paid once$98
Traffic assumed5k calls / month

Nothing in this stack carries a call allowance, so nothing here can run out before the month does. The bill is decided when you install it, not when you use it.

Budget caps are set per install and enforced at the gateway, so a retry loop is refused at the cap rather than left to run through an allowance overnight.

04 · Setup

Setting it up, in order

One step per part, in the order they are useful: connect what the work reads before what it writes, and install the skills that decide how the work is done last. Each step is a command you can read before you run it.

1
Connect Sentry to the right projects
One token, read-only, limited to the projects that raise the reports this desk triages.
2
Point Postgres at a replica
A read-only role on a replica rather than the primary. The server carries row caps and statement timeouts; the role is what makes them a boundary rather than a setting.
3
Decide what the filesystem server may see
It views, creates and edits files. Give it the reproduction folder, not your home directory.
4
Install the skills last
The debugging skill drives the servers above; without them connected it is advice rather than a procedure.
One command11 parts
npx mcprush@latest stack add bug-repro

Nothing in this stack installs from one command today: 11 members are either paid, run from its own source, or a skill with its own command — the steps above name each one. Nothing is connected until you approve it.

Before you start
  • 6 members have not declared what credential they need — check each one’s own page before you start.
  • What this stack can write is not recorded — 5 members of 6 have no imported tool surface. Section 05 says what is known before you approve anything.
  • 6 members can run on your own machine instead of ours, if you would rather they did.
05 · Permissions

What the whole stack can reach

Installed together, these tool surfaces add up. It is the first thing a security reviewer asks for, so what has been counted — and what nobody has counted yet — is on the page rather than in a PDF.

tools that only read
Which tools read and which write is counted from the surface a publisher imports, and 5 members of 6 have no imported tool surface.
tools that can change something
Not recorded, and not estimated: a total added up from the members that have a surface would be read as the whole stack’s. The table below is what is known, member by member.
0
tools that reach the network
4 of the 4 never leave your machine — they belong to the local members.
Who grants the write accessnot recorded
MemberTool surfaceWrite tools
Filesystem not imported not recorded
Memory (official) not imported not recorded
Postgres not imported not recorded
Puppeteer not imported not recorded
Sentry not imported not recorded
Reading the number

A stack's blast radius is the union of its members, not the worst of them. That union cannot be taken here, because 5 members of 6 have no imported tool surface — so the figure a review asks for is missing rather than low, and a member marked not imported is one nobody has counted rather than one that cannot write.

1 skill in this stack instructs the agent to write — Markdown and Mermaid Writing. A skill holds no permission of its own; it can only ask a server that already has the scope, and the approval gate still applies.

Tools in total4
Write sharenot recorded
Members that can writenot recorded
Surface imported1 of 6 members
06 · Swaps

Sensible swaps

A stack is a default, not a verdict. These are the substitutions the maintainer would make, and what each one costs or saves.

Where the flow needs an agent that decides its own next click instead of a script that repeats yours, take the browser-use server and give up the step-by-step replay.

same money at 5k calls the same 0 tools both grade A

The same read-only guardrails, row caps and statement timeouts against MySQL, for the half of the estate that never moved to Postgres.

same money at 5k calls the same 0 tools both grade A
07 · Limits

Where this stack stops

Written by the maintainer, kept on the page rather than in a support thread.

  • It cannot fix the bug in your repository. Nothing here has write access to code — the desk hands over a reproduction, not a patch.

  • Postgres access is read-only by design, so a data-level bug can be found here but never corrected here.

  • The browser member is an experimental Puppeteer server. A flow behind a login wall or a CAPTCHA is where it stops, and the desk should say so rather than keep clicking.

08 · Maintenance

Who keeps this current

A stack has an owner: whoever keeps it re-checks the combination when a member changes, and the members themselves are published by the people named on each row.

Maintainer
mcprush
Publishes this stack only
Version
null
Set by the curator
Member installs
none yet
Added up across the parts. Nothing counts installs of the set as one thing.
Member rating
No reviews yet
None of the parts has been reviewed, and neither has the stack.
Composition
6 + 5
6 servers, 5 skills
Nearby

Stacks that share parts with this one

All 20 stacks