Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. ResiliReplay
ResiliReplay logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 6:33:04 PM

ResiliReplay

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "resilireplay": {
      "command": "npx",
      "args": [
        "-y",
        "--yes"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

ResiliReplay

Break an MCP server on purpose. Replay the failure. Ship the regression.

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.

CI npm License

Terminal
npx --yes resilireplay@0.7.1 mcp demo
text
ResiliReplay MCP demo

βœ“ Clean MCP tool call
βœ“ Deterministic failure reproduced
βœ“ Recovery bounded to one retry
βœ“ Duplicate effects observed: 0
βœ“ Regression generated
βœ“ Regression executed

MCP reliability check passed.
Evidence: sha256:4d2479b98453732d6011c699c061d023353c8d5cf4159bdf6c5b096961f94c06

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

Ten-second before and after

BeforeAfter 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

What it does

  • Inject deterministic MCP failures.
  • Verify bounded recovery and duplicate-effect behavior.
  • Generate executable regressions for CI.

Try your MCP server

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.

Terminal
npx --yes resilireplay@latest mcp test --config ./mcp.json --server my-server --tool echo --safety inert --dry-run

Review the selected server, transport, tool, fault, retry/time bounds, and plan SHA-256. Execution requires that exact digest:

Terminal
npx --yes resilireplay@latest mcp test --config ./mcp.json --server my-server --tool echo --safety inert --approve <plan-sha256>

Use the same approved plan in CI and request concise machine-readable evidence:

Terminal
npx --yes resilireplay@latest mcp test --config ./mcp.json --server my-server --tool echo --safety inert --approve <plan-sha256> --json

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.

CI

The repository contains a complete packed-package example using the official MCP Everything reference server:

yaml
name: MCP reliability
on: [pull_request]
permissions:
  contents: read
jobs:
  test:
    runs-on: ubuntu-latest
    timeout-minutes: 10
    steps:
      - uses: actions/checkout@v6
      - uses: actions/setup-node@v6
        with:
          node-version: 24
          package-manager-cache: false
      - run: node scripts/verify-packed-mcp-example.mjs

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.

Safety boundaries

  • Local demo: no network target, telemetry, credentials, account, or paid model.
  • Real targets: one reviewed config entry and one explicit tool allowlist entry.
  • Execution: an exact plan digest, finite timeouts, and at most 10 retries; examples use one.
  • Evidence: metadata and hashes replace tool arguments and result bodies before persistence.
  • Filesystem: contained paths, link-escape rejection, exclusive regression publication, and cleanup.

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 support

MCP surfaceEvidenceBoundary
Bundled deterministic fixtureFIXTURE_VERIFIEDLocal, zero-network demo; clean call, fault, retry, regression, cleanup
Inspector-compatible stdio configLIVE_VERIFIEDReal SDK transport, allowlisted tool call, bounded recovery
Streamable HTTP configLIVE_VERIFIEDLoopback/authenticated fixture coverage; remote ownership remains explicit
SSE configPROTOCOL_VERIFIEDImported and audited through the supported SDK transport
@modelcontextprotocol/server-everything@2026.8.18INSTALLATION_VERIFIED + LIVE_VERIFIEDPinned local stdio package, inert echo, packed ResiliReplay CLI
ResiliReplay MCP serverLIVE_VERIFIEDLocal 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

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.

Secondary agent-runtime support

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.

CLI map

MCP reliability appears first in resilireplay --help:

text
mcp demo       Try a deterministic local MCP reliability test
mcp test       Test one reviewed MCP tool with bounded recovery
mcp validate   Validate a test configuration without starting it
mcp serve      Run ResiliReplay as a local stdio MCP server
mcp audit      Preserve the existing lower-level audit workflow

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.

Artifact behavior

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:

Terminal
npx --yes resilireplay@latest mcp demo --keep
npx --yes resilireplay@latest mcp demo --output ./my-evidence
npx --yes resilireplay@latest mcp demo --json

--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.

Exit codes

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Keploy logoKeploy

    End-to-end API testing β€” generate and run tests from OpenAPI, curl, Postman, or real user traffic.

    πŸ’» Developer Tools0 views
    Compare vs Keploy β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • SpriteCook logoSpriteCook

    Generate game sprites and assets from text prompts for game development.

    πŸ’» Developer Tools0 views
    Compare vs SpriteCook β†’
  • Flight505 MCP Dincoder logoFlight505 MCP Dincoder

    Driven Intent Negotiation β€” Contract-Oriented Deterministic Executable Runtime DinCoder brings the…

    πŸ’» Developer Tools1 views
    Compare vs Flight505 MCP Dincoder β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about ResiliReplay

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "resilireplay": { "command": "npx", "args": ["-y", "ResiliReplay"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewResiliReplay AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/resilireplay?style=directory)](https://allmcps.com/mcp/resilireplay)
HTML Embed
<a href="https://allmcps.com/mcp/resilireplay"><img src="https://allmcps.com/api/badge/resilireplay?style=directory" alt="ResiliReplay on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 12h ago via OSV.dev Β· --yes (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to ResiliReplay β†’Install in Claude DesktopInstall in CursorInstall in VS Code