Skip to content
Cursor

claude replay for Cursor

io.github.constripacity/claude-replay

Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.

client:Cursor transport:stdio runtime:pypi

Install claude replay in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "claude-replay": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "claude-replay"
      ],
      "env": {
        "CLAUDE_REPLAY_DB": "<CLAUDE_REPLAY_DB>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

claude replay in other clients