claude replay for Claude Desktop
io.github.constripacity/claude-replay
Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.
client:Claude Desktop
transport:stdio
runtime:pypi
Install claude replay in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"claude-replay": {
"command": "uvx",
"args": [
"claude-replay"
],
"env": {
"CLAUDE_REPLAY_DB": "<CLAUDE_REPLAY_DB>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs