mcpbeat Sign in

Agent Replay MCP Server

local only

Agent Replay runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 24 Apr 2026.

Record and replay AI agent execution for debugging

Installs per day peak 11 · avg 6 · -56% w/w
a month agotoday
29
Installs / week
npm · agent-replay-mcp
0
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Agent Replay every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add agent-replay -- npx -y agent-replay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-replay": {
      "args": [
        "-y",
        "agent-replay-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-replay]
command = "npx"
args = ["-y", "agent-replay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-replay": {
      "args": [
        "-y",
        "agent-replay-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-replay": {
      "args": [
        "-y",
        "agent-replay-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Replay

same job, measured the same way
Statecli
by charo360

State replay and self-debugging for AI agents. Track, replay, undo, checkpoint.

56 installs/wk local only
Agent Observability
by rudrendupaul

AI agent observability with deterministic record/replay for debugging agent failures.

182 installs/wk local only
Orcareplay
by continuum-ai-corp

Read, replay and fork recorded coding-agent runs.

957 installs/wk local only
Trace Forge
by mdfifty50-boop

Structured execution trace and span logging for AI agents

28 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering
MISSING
by leoleon506

Fallback capability resolver for AI agents with replay-verified discovery and x402 paid execution.

23 tools answering
Rhumb MCP
by supertrained

Agent gateway for Index discovery, AN Score evaluation, and Resolve governed execution

45 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only

Agent Replay — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Replay?
Agent Replay runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agent-replay-mcp was installed 29 times last week.
How do I connect Agent Replay?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agent-replay-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Replay?
The npm package agent-replay-mcp was installed 29 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Replay open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.