Resili Replay MCP Server

ResiliReplay is the MCP reliability engine behind proof-carrying recovery changes: inspect one reviewed target, inject a deterministic fault, bound retries and duplicate effects, preserve evidence, and turn the failure into an executable regression. It runs locally over stdio via the published package.

People who work with regression testing, developer tools and fault injection and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-04 · ★ 2 · #363 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Resili Replay

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add aliengineering-byte-resilireplay -- npx -y resilireplay

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aliengineering-byte-resilireplay": {
      "command": "npx",
      "args": [
        "-y",
        "resilireplay"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-30 - young repo, little track record yet

license Apache-2.0 - declared in the repository

npm package resilireplay - unscoped; check the name against the project README before installing

registry namespace io.github.aliengineering-byte is GitHub-verified and matches the repo owner

03 · What Resili Replay can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.1 · 2026-09-04

Publish validated ResiliReplay capability manifest · ResiliReplay 0.7.1: safe MCP Registry discovery

v0.7.0 · 2026-08-28

ResiliReplay 0.7.0 makes MCP reliability the primary product experience. · Start in ten seconds · sh · npx --yes resilireplay@latest mcp demo · The no-key demo performs a real local MCP tool call, reproduces a…

v0.6.0 · 2026-08-08

ResiliReplay v0.6 adds genuine runtime reliability testing for LangGraph and the OpenAI Agents SDK - turning framework failures, recovery behavior, and broken traces into deterministic regression tests. · Highlights…

04 · Who maintains Resili Replay

ResiliReplay is maintained by aliengineering-byte. We track 2 MCP servers from aliengineering-byte - 2 actively maintained, 2 combined GitHub stars, oldest repo from Jul 2026.

05 · Facts

category
other - ranked #363 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
8 releases in the last 90 days (latest 2026-09-04)
registry
io.github.aliengineering-byte/resilireplay (active, first published 2026-09-04)
packages
npm:resilireplay

06 · Resili Replay FAQ

What is Resili Replay?

ResiliReplay is the MCP reliability engine behind proof-carrying recovery changes: inspect one reviewed target, inject a deterministic fault, bound retries and duplicate effects, preserve evidence, and turn the failure into an executable regression. It runs locally over stdio via the published package.

Is Resili Replay still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-04 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Resili Replay?

Run `npx -y resilireplay`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Resili Replay run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Resili Replay

More MCP servers to compare · Almured · Alphago2580 Naramarketmcp · Propresenter MCP · Fedit · Luxembourg MCP

More TypeScript MCP servers · Scope Gate · Mikro MCP · Noun MCP · npm MCP · Photoshop MCP · see all