claude-replay
Rank #9,984io.github.constripacity/claude-replay
Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.
claude-replay is a Model Context Protocol (MCP) server published by constripacity. It ranks #9,984 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. claude-replay is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on May 31, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 105,607 of 115,591 servers on MCP Toplist.
Use claude-replay
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add claude-replay -e "CLAUDE_REPLAY_DB=<your CLAUDE_REPLAY_DB>" -- uvx claude-replay mcpReplace each placeholder with your own value before saving.
[mcp_servers.claude-replay]
command = "uvx"
args = ["claude-replay", "mcp"]
[mcp_servers.claude-replay.env]
CLAUDE_REPLAY_DB = "<your CLAUDE_REPLAY_DB>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-replay": {
"command": "uvx",
"args": [
"claude-replay",
"mcp"
],
"env": {
"CLAUDE_REPLAY_DB": "<your CLAUDE_REPLAY_DB>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-replay": {
"command": "uvx",
"args": [
"claude-replay",
"mcp"
],
"env": {
"CLAUDE_REPLAY_DB": "<your CLAUDE_REPLAY_DB>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"claude-replay": {
"type": "stdio",
"command": "uvx",
"args": [
"claude-replay",
"mcp"
],
"env": {
"CLAUDE_REPLAY_DB": "<your CLAUDE_REPLAY_DB>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-replay": {
"command": "uvx",
"args": [
"claude-replay",
"mcp"
],
"env": {
"CLAUDE_REPLAY_DB": "<your CLAUDE_REPLAY_DB>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"claude-replay": {
"command": "uvx",
"args": [
"claude-replay",
"mcp"
],
"env": {
"CLAUDE_REPLAY_DB": "<your CLAUDE_REPLAY_DB>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.constripacity%2Fclaude-replay)<a href="https://mcptoplist.com/server/io.github.constripacity%2Fclaude-replay"><img src="https://mcptoplist.com/badge/io.github.constripacity%2Fclaude-replay.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
constripacity
Other servers by constripacity
View all constripacity servers →Available versions (4)
| Version | Published |
|---|---|
| 0.4.3 | Aug 17, 2026 |
| 0.4.2 | Aug 17, 2026 |
| 0.4.1 | Aug 7, 2026 |
| 0.2.0 | Jun 1, 2026 |
Frequently asked questions
- Who maintains claude-replay?
- claude-replay is maintained by constripacity, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is claude-replay listed on the Official MCP Registry?
- Yes — claude-replay is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does claude-replay have?
- MCP Toplist tracks 4 versions of claude-replay, most recently published on Aug 17, 2026.
- Where can I find the source code for claude-replay?
- The source code for claude-replay is hosted at github.com/constripacity/claude-replay.