Time Travel
Freeby MCP Community
Record, replay, and debug MCP tool call sessions
v0.3.3Added Apr 12, 2026
mcpreplaydebugagenttool-calls
Time Travel MCP Server
Record, replay, and debug MCP tool call sessions
Installation
npx -y mcp-time-travel
Reviews
Installation
Quick install
npx -y mcp-time-travel
Add to claude_desktop_config.json
{
"mcpServers": {
"time-travel": {
"command": "npx",
"args": ["-y", "mcp-time-travel"]
}
}
}