mcpbeat Sign in

ResiliReplay MCP Server

local only

ResiliReplay runs on your own machine — the client starts it, so there is no endpoint to ping. 282 installs a week from npm. Last commit 4 Sep 2026.

Run bounded, deterministic MCP reliability tests and generate executable regressions.

Installs per day peak 419 · avg 43 · +274% w/w
a month agotoday
282
Installs / week
npm · resilireplay
2
Stars
9 open issues
4 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted packages/agent/src/normalize.ts:12
  /(?:bearer\s+[a-z0-9._~+/=-]+|basic\s+[a-z0-9+/=]+|(?:gh[pousr]|sk)(?:-|%2d)[a-z0-9_-]{12,}|AKIA[A-Z0-9]{16}|base64:[a-z0-9+/]{20,}={0,2}|(?:api[-_]?key|token|secret|password|authorization)\s*[=:]\s*(?:bearer\s+|basic\s+)?[^\s,;]+)/giu;
File ships in the package but is absent from the source [пакет] bin/resilireplay.mjs:1
этот файл ставится пользователю, но в репозитории его нет
  const child = spawn(process.execPath, ["--test", testPath], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add resilireplay -- npx -y resilireplay
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "resilireplay": {
      "args": [
        "-y",
        "resilireplay"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.resilireplay]
command = "npx"
args = ["-y", "resilireplay"]
.cursor/mcp.json
{
  "mcpServers": {
    "resilireplay": {
      "args": [
        "-y",
        "resilireplay"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "resilireplay": {
      "args": [
        "-y",
        "resilireplay"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ResiliReplay

same job, measured the same way
Regex Lab MCP
by ryudi84

Test, explain, and generate regular expressions

47 installs/wk local only
3TG Test Generation
by 3tg

3rd Generation Testing (3TG) — generate deterministic test suites from Markdown spec tables via MCP.

10 tools answering
Aethis MCP
by aethis-ai

Deterministic eligibility decisions and test-driven rule authoring via the Aethis developer API.

149 installs/wk local only
Kāhea
by copyleftdev

Deterministic HTTP/WebSocket testing and policy-gated API execution for AI agents.

local only
QualityMax QA MCP
by quality-max

Local QA MCP: scan URLs, inspect pages, generate Playwright repros, and run tests.

148 installs/wk local only
Databutler Stats
by physics-star-cat

Exact statistics & probability: distributions, hypothesis tests, CIs, Bayesian updates, regression.

6 tools answering
Interbang
by interbang

Moderated usability testing: read sessions, notes, transcripts, reports, and draft test scenarios.

answering
Magic 8 Ball
by alpic-new-test-cli-239fbe01

Ask a question and get a deterministic Magic 8 Ball answer.

1 tools answering

ResiliReplay — questions

Answers built from our own checks of this server.

Why is there no uptime for ResiliReplay?
ResiliReplay runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package resilireplay was installed 282 times last week.
How do I connect ResiliReplay?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls resilireplay straight from npm; nothing to host, nothing to sign up for.
How many people use ResiliReplay?
The npm package resilireplay was installed 282 times in the last week. Week over week that is +274%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ResiliReplay open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 2 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.