Reelier MCP server
Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.
3 stars85 downloads/wk
Reviews
Write oneNobody has reviewed Reelier yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Reelier tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- Code scan76 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 30 days ago12/15
- Maintainer identityregistry namespace matches repository owner7/10
What the publisher says
From the Reelier repository's README, as published. We do not edit it. Read it on GitHub
Reelier
Let your agents write. Keep the receipts.
Your agents worked all night. Here's exactly what changed.
Reelier records the run that worked, freezes it as a replayable skill, and replays it deterministically — every run comes back as a receipt: proof of what the agent did and what changed because of it. Agents make claims. Reelier writes receipts.
Website · Docs · SPEC.md
▶ watch with sound (27s)
Receipts on your agent PRs — install and done
Agent-authored PRs (Dependabot, Claude, Codex, Cursor, …) get a receipt comment in seconds: author, files changed, declared scope vs. what actually changed, sensitive paths flagged. No workflow file, no CLI, no config.
→ Install the Reelier receipts GitHub App — free on public repos, forever.
Reelier receipt — agent PR
Author: dependabot[bot] · Files changed: 2 (+119 −41)
Declared scope: none (add .reelier/scope.yml to enable unexpected-write detection)
Sensitive paths touched: ⚠ 1 — package-lock.json
Proves scope and change, not correctness
A real receipt from Reelier's own repos — see one live. Declare scope per agent in .reelier/scope.yml (or a reelier-scope block in the PR body) and the receipt reports unexpected writes. The receipt proves scope and change, never correctness or safety.
Why
AI agents are non-deterministic — the same prompt, a different result every run — and they'll claim they did the work whether they did or not. Reelier records the run that worked, replays it deterministically, and writes a signed receipt that proves it. Point it at your existing CI in one workflow — it adds a verifiable receipt, it doesn't replace your stack.
Measured on a real head-to-head benchmark, same task, same data (full method):
- 1,000 / 1,000 replays byte-identical
- Every replay ships a signed receipt — proof of what ran and what changed, never a claim
- 0 LLM calls at replay — deterministic re-execution, not re-reasoning
Deterministic replay is also ~50× cheaper and ~59× faster than re-running the agent, on the same benchmark.
Install
npm i -g reelier && reelier init# No Node install needed — same commands via Docker:
docker run --rm ghcr.io/seldonframe/reelier --helpShortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y reelier on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add reelier -- npx -y reelier
Reelier: common questions
- Is Reelier MCP server safe?
- Yes, by our scan: it is graded A (86/100). Read the Reelier safety report
- How do I install Reelier?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Reelier need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Reelier maintained?
- The last commit was 33 days ago (2026-08-25). The latest release is v0.24.0.
- What can I use instead of Reelier?
- Servers from other publishers that do the same job: Notion MCP server, Nexusmem MCP server and diffctx MCP server. Compare all Reelier alternatives.
Alternatives to Reelier
Same job from other publishers: the closest match first, then the best rated.
- NotionToken-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.not reviewedEstablishedB
- NexusmemLocal-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.not reviewedGrowingA
- diffctxSelects the minimum code an LLM needs to review a git diffnot reviewedGrowingA
- BitriseSet up & manage mobile CI/CD on Bitrise: build, test, distribute iOS, Android, Flutter, RN apps.not reviewedGrowingA
- MergetrainQueue parallel-agent worktree branches, test together, serialize and recover Git pushes.not reviewedGrowingA