Odel
agent replay mcp

agent replay mcp

Local
@mdfifty50-boopJavaScriptUpdated 4mo ago

Record and replay AI agent execution for debugging

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).

npmagent-replay-mcpv0.1.1

Run

npx -y agent-replay-mcp

MCP client config

{
  "mcpServers": {
    "agent-replay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-replay-mcp"
      ]
    }
  }
}