Reelier runs on your own machine — the client starts it, so there is no endpoint to ping. 185 installs a week from npm. Last commit 20 Aug 2026.
Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.
We read the source, 17 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const directories = ["runners", "tests", "plans"].map(name => path.join(workspace, "inputs", name)); await Promise.all(directories.map(directory => mkdir(directory, { recursive: true })));
const child = spawn(binaryPath, ["--version"], { shell: false, windowsHide: true, stdio: ["ignore", "pipe", "pipe"] });
Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.
- name: Create or update the e2e branch and PR
env:
GH_TOKEN: ${{ github.token }}
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add reelier -- npx -y reelier
{
"mcpServers": {
"reelier": {
"args": [
"-y",
"reelier"
],
"command": "npx"
}
}
}
[mcp_servers.reelier]
command = "npx"
args = ["-y", "reelier"]
{
"mcpServers": {
"reelier": {
"args": [
"-y",
"reelier"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"reelier": {
"args": [
"-y",
"reelier"
],
"command": "npx"
}
}
}
Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.
End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.
Development workflow server for CrossPad — build, test, run, screenshot, and navigate code
A standardized testing harness for MCP servers and agent workflows
Visual regression & snapshot testing for AI agents — list runs, read semantic diffs, review.
Archive any URL to a shareable rrweb/pdf/png snapshot + agent-driven web QA (scan, run E2E flows).
Drive the iOS Simulator from an agent: read the screen, tap/type/swipe, replay flows in CI.
Test iOS, Android, and web apps with agent exploration, replayable flows, and CI gates.
Answers built from our own checks of this server.