claude replay for Grok
io.github.constripacity/claude-replay
Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.
client:Grok
transport:stdio
runtime:pypi
Install claude replay in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"claude-replay": {
"type": "stdio",
"command": "uvx",
"args": [
"claude-replay"
],
"env": {
"CLAUDE_REPLAY_DB": "<CLAUDE_REPLAY_DB>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs