Reelier MCP Server

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. It runs locally over stdio via the published package.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 2 · #55 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Reelier

Claude Code

claude mcp add seldonframe-reelier -- npx -y reelier

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "seldonframe-reelier": {
      "command": "npx",
      "args": [
        "-y",
        "reelier"
      ]
    }
  }
}

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-17 - young repo, little track record yet

license MIT - declared in the repository

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

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

03 · What Reelier can do

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

Latest releases

v1 · 2026-07-21

First Marketplace release of the Reelier replay action: replay a recorded Reelier skill in CI - deterministic, 0 LLM tokens at Level 0, exit 1 on drift - and post the run receipt as a job summary. · yaml…

v1.0.0 · 2026-07-24

Adds a Dependabot/Renovate bump-safety check: replay your recorded agent tool-call skills live against a bumped dependency at 0 LLM tokens, and fail the PR check on the exact step that drifted. · New wrap input to…

v0.21.0 · 2026-07-23

reelier ci · One command writes your whole workflow: reelier ci discovers the repo's .skill.md files and generates .github/workflows/reelier-replay.yml - replay on every PR + daily schedule, manifest preflight failing…

04 · Who maintains Reelier

Reelier is maintained by seldonframe. We track 2 MCP servers from seldonframe - 1 actively maintained, 34 combined GitHub stars, oldest repo from Mar 2026.

05 · Facts

category
memory - ranked #55 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-21)
registry
io.github.seldonframe/reelier (active, first published 2026-07-21 · 2 versions)
packages
npm:reelier

06 · Reelier FAQ

What is Reelier?

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. It runs locally over stdio via the published package.

Is Reelier still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Reelier?

Run `npx -y reelier`. You can also paste the ready-made client config above.

Does Reelier 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 Reelier

Pairs well with

Servers that cover what Reelier doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Brainkb · Psyche AI · Thronglets · Context Lattice · Mindswap

More TypeScript MCP servers · Codeweave · Warp Ozbridge · Replicate MCP Server · Sendblue Browser MCP · AI · see all