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
{
"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