Skip to content
Claude Desktop

agent replay for Claude Desktop

io.github.mdfifty50-boop/agent-replay

Record and replay AI agent execution for debugging

client:Claude Desktop transport:stdio runtime:npm

Install agent replay in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agent replay in other clients