← Index

io.github.mdfifty50-boop/agent-replay

io.github.mdfifty50-boop/agent-replay·v0.1.1·Developer Tools
Quality Score
80
/100

Record and replay AI agent execution for debugging

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-replay": {
      "command": "npx",
      "args": [
        "-y",
        "agent-replay-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-replay": {
      "command": "npx",
      "args": [
        "-y",
        "agent-replay-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agent-replay-mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools