Run bounded, deterministic MCP reliability tests and generate executable regressions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
The demo is local, deterministic, credential-free, and cleaned up after it runs. It needs Node.js
22 or 24βno repository checkout, configuration, account, API key, paid model, or remote MCP server.
This quickstart pins the released 0.7.1 artifact for reproducibility. Later @latest examples are
convenient for following current documentation; pin an exact version in CI and retained evidence.
Product site Β· npm package Β· real MCP CI example Β· machine-readable capabilities
| Before | After ResiliReplay |
|---|---|
| β Clean tool call | β Clean control |
| ? Recovery behavior unknown | β Deterministic failure reproduced |
| ? Duplicate effect unknown | β Recovery bounded |
| ? No regression | β Duplicate effects: 0 |
| β Regression generated and executed |
Start with an Inspector-compatible mcp.json. A dry-run reads and sanitizes the selected entry but
starts no process, opens no socket, calls no tool, and writes nothing.
Review the selected server, transport, tool, fault, retry/time bounds, and plan SHA-256. Execution requires that exact digest:
Use the same approved plan in CI and request concise machine-readable evidence:
mcp test connects with the MCP SDK, discovers only the reviewed operation, runs a clean call,
injects one declared result-boundary fault, applies the bounded retry, counts duplicate effects,
generates a causal regression, executes it, and closes owned resources. mcp audit remains available
with its existing options for compatibility.
The repository contains a complete packed-package example using the official MCP Everything reference server:
See the standalone example for its exact package integrity,
SDK/runtime, protocol revision, inert echo operation, expected output, and generated regression.
It installs the packed CLI in a clean temporary npm project on Windows and Linux CI. This is
product-owned field validation, not an independent adopter claim.
ResiliReplay is a reliability tester, not a security certification, sandbox, authorization layer, or claim that every recovery is safe. Only invoke tools whose effects and retry semantics you own and understand. Remote targets require the existing explicit ownership controls.
| MCP surface | Evidence | Boundary |
|---|---|---|
| Bundled deterministic fixture | FIXTURE_VERIFIED | Local, zero-network demo; clean call, fault, retry, regression, cleanup |
| Inspector-compatible stdio config | LIVE_VERIFIED | Real SDK transport, allowlisted tool call, bounded recovery |
| Streamable HTTP config | LIVE_VERIFIED | Loopback/authenticated fixture coverage; remote ownership remains explicit |
| SSE config | PROTOCOL_VERIFIED | Imported and audited through the supported SDK transport |
@modelcontextprotocol/server-everything@2026.8.18 | INSTALLATION_VERIFIED + LIVE_VERIFIED | Pinned local stdio package, inert echo, packed ResiliReplay CLI |
| ResiliReplay MCP server | LIVE_VERIFIED | Local stdio server with annotated reliability tools |
Evidence labels describe what was executed; they do not imply vendor endorsement. Read the MCP test guide, Inspector compatibility guide, and limitations.
MCP-RES v0.2 is the project-defined, open reliability evidence standard behind the result vocabulary. Its versioned profiles cover identity, bounded recovery, duplicate effects, cleanup, integrity, and executable causal evidence. ResiliReplay is a reference implementation, not a required dependency.
MCP-RES is independent of the official MCP specification. It is not an official MCP standard, security certification, or endorsement. The immutable v0.1 and v0.2 trees, schemas, vectors, conformance tools, governance, and limitations remain available from the standards landing page.
ResiliReplay can also capture sanitized failures from supported agent runtimes and compile them into regressions. This is a secondary workflow; it does not change the MCP-first product path.
Genuine local runtime coverage exists for LangGraph 1.4.9 and OpenAI Agents SDK 0.14.3 using deterministic, no-key models. Claude Code and Codex integrations are installation- and fixture-verified; Hermes is installation-verified. Other named surfaces are documented only. No authenticated hosted model, billed provider call, production API behavior, or vendor endorsement is claimed.
Read framework evidence, agent compatibility, plugin operations, and the framework support policy.
MCP reliability appears first in resilireplay --help:
Existing campaign, replay, reporting, adapter, agent capture, and Studio commands remain available.
The root demo command is retained as a hidden compatibility alias for mcp demo; mcp audit is
not removed or weakened.
By default, mcp demo runs in an isolated temporary directory, executes its regression, removes the
directory, and prints one evidence digest. Retain a deterministic bundle only when requested:
--keep writes .resilireplay/demo/. Explicit output must stay inside the current project. An
identical existing bundle is accepted; a mismatch fails without changing it. The completion manifest
is written last, and JSON output contains only relative artifact paths.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/resilireplay)<a href="https://allmcps.com/mcp/resilireplay"><img src="https://allmcps.com/api/badge/resilireplay?style=directory" alt="ResiliReplay on AllMCPs" /></a>