Odel
Reelier

Reelier

Local
@seldonframe3TypeScriptMITUpdated 1w ago

Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmreelierv0.24.0

Run

npx -y reelier

MCP client config

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