Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Claude Replay
C
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Claude Replay

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "claude-replay": {
      "command": "npx",
      "args": [
        "-y",
        "claude-replay"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Claude Replay

The observability layer for Claude Code sessions β€” search, analytics, and visualization across every project.

PyPI CI Python License MCP


Claude Code's --resume/--continue and /rewind recover the session you're in. Claude Replay does the part they don't: it hooks passively into every session, records what happened to a local SQLite store, and makes every past session β€” across every project β€” searchable, comparable, measurable, and exportable. Full-text search, per-session insight metrics, death-cause classification (why a session ended), session diffing, a web dashboard, and a terminal UI β€” none of which Claude Code has natively.

Code
Claude Code session
        |
   hooks (PreToolUse Β· PostToolUse Β· Stop)
        |
        v
   ~/.claude-replay/sessions.db   ← events + checkpoints
        |
   +----+--------------------+
   |          |              |
 MCP tools  Dashboard      TUI
 (resume)   :8766          (browse)

Passive hooks write. MCP tools, the web dashboard, and the terminal UI read. Nothing leaves your machine.


How this complements native Claude Code

Claude Replay is additive β€” it layers on top of the built-ins, it doesn't replace them.

You want to…Use
Resume / continue the current sessionNative claude --continue, --resume
Undo file + conversation changes in a sessionNative /rewind
Search every past session by content, tool, or outcomeReplay search
See why a session ended + per-session metricsReplay status / replay_insights
Compare two runs side by sideReplay diff
Visualize a session timeline / browse all projectsReplay dashboard + TUI
Export a session as HTML / JSON / MarkdownReplay export --format

Think of native resume/rewind as recovery, and Replay as observability over your whole history.


Architecture

Passive hooks write to SQLite. MCP tools read from SQLite. Dashboard + TUI visualize SQLite. That's the whole system.

LayerFileRole
Storeclaude_replay/store.pyAll DB access β€” sessions, events, checkpoints
Hooksclaude_replay/hooks.pyRecord tool calls + auto-checkpoint, dispatched by claude-replay hook <type>
Recoveryclaude_replay/resume.pyGenerate a resume brief from a session
Exportclaude_replay/export.pyRender a session as a self-contained HTML trace
Serverclaude_replay/server.pyStarlette app β€” MCP SSE + JSON API + static dashboard
TUIclaude_replay/tui.py + tui_client.pyTextual session browser over the JSON API
CLIclaude_replay/cli.pyEvery subcommand

Port 8766 deliberately one above Claude Bridge's 8765, so the two siblings can run side by side without colliding.


Quickstart

1. Install

Terminal
pip install claude-replay

Or from a clone if you'd like to hack on it:

bash
git clone https://github.com/constripacity/Claude-Replay.git
cd Claude-Replay
pip install -e .[dev]              # editable install with test/lint deps
pip install -e .[tui]             # add the terminal UI deps (textual, httpx)

If pip install -e fails on your environment (a known hatchling editable-install quirk on some setups), install the deps directly instead: pip install mcp starlette uvicorn anyio textual httpx.

2. Install the hooks

This wires Replay into Claude Code by merging three hooks into ~/.claude/settings.json. It's idempotent and leaves any other tools' hooks untouched.

bash
claude-replay install
Code
βœ“ Installed Claude Replay hooks into ~/.claude/settings.json
  PreToolUse  β†’ claude-replay hook pre-tool
  PostToolUse β†’ claude-replay hook post-tool
  Stop        β†’ claude-replay hook stop

From now on, every Claude Code session is recorded automatically. Remove the hooks any time with claude-replay uninstall (it removes only Replay's hooks).

Confirm it's actually wired up β€” the one check that matters:

bash
claude-replay doctor
Code
Claude Replay β€” doctor

  βœ“ Hooks installed: PreToolUse / PostToolUse / Stop are in settings.json
  βœ“ Hook command on PATH: claude-replay β†’ …/claude-replay
  βœ“ Database: ~/.claude-replay/sessions.db
  βœ“ Sessions recorded: 3 sessions; most recent 5m ago

All good β€” Replay is installed and recording. βœ“

If doctor warns that claude-replay isn't on PATH, the hooks can't run and nothing is recorded β€” put your install directory on PATH and re-run it.

3. Start the server (dashboard + MCP tools)

bash
claude-replay serve                 # defaults: 127.0.0.1:8766
claude-replay serve --port 9000     # custom port
claude-replay serve --host 0.0.0.0  # bind all interfaces
Code
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  Claude Replay β€” Session checkpoint & recovery server
  Version: 0.4.1
  DB: ~/.claude-replay/sessions.db
  http://localhost:8766/             ← Dashboard
  http://localhost:8766/sse          ← MCP config
  http://localhost:8766/api/state    ← JSON state
  http://localhost:8766/status       ← Health check
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

4. (Optional) Register the MCP tools with Claude Code

So a running Claude Code session can call replay_resume, replay_checkpoint, etc. directly. Two ways:

SSE (alongside the dashboard β€” needs claude-replay serve running):

Terminal
claude mcp add --transport sse -s user claude-replay http://localhost:8766/sse

stdio (no server process β€” the client launches Replay on demand):

Terminal
claude mcp add -s user claude-replay -- claude-replay mcp
# or, without installing: uvx claude-replay mcp

Verify with claude mcp list claude-replay should show βœ“ Connected. Inside an already-running session, type /mcp to re-handshake.


When a session dies

server.ts
# What's the state of the last session?
claude-replay status

# Print a paste-ready resume brief (most recent session, or pass an id)
claude-replay resume
claude-replay resume <session-id>

# Browse every recorded session in the terminal
claude-replay tui                   # needs `claude-replay serve` running

# Export a session as a self-contained HTML trace
claude-replay export                # β†’ ~/.claude-replay/exports/<id>.html

Paste the resume output into a fresh Claude Code session and it picks up where the dead one left off objective, what was done, what's next, and which files were touched.


MCP Tools

Every connected Claude Code session gets these ten tools:

ToolDescription
replay_statusCurrent session summary objective, status, how it ended, event/checkpoint counts, last activity
replay_checkpointForce a checkpoint of the current session now, with an optional note
replay_resumeGenerate a structured resume brief for a session (default: most recent)
replay_sessionsList recent sessions with status, model, duration, checkpoint count
replay_insightsPer-session metrics: how it ended, duration, tool calls, error rate, files touched, top tools
replay_statsCross-session analytics: tool calls, error rate, why sessions end, tool mix, per-project rollups
replay_searchFull-text search across sessions with filters (tool, cause, date, project), ranked by match count
replay_diffCompare two sessions: metric deltas + which files each touched
replay_tagName a session and add/remove tags for later retrieval
replay_exportRender a session as a self-contained trace (html / json / md) and return the path

CLI Reference

CommandWhat it does
claude-replay installMerge Replay's hooks into ~/.claude/settings.json (idempotent)
claude-replay uninstallRemove only Replay's hooks
claude-replay statusCurrent/last session at a glance, with insight metrics
claude-replay sessions [--limit N]List recent sessions (with names + tags)
claude-replay search <query> [--tool T] [--cause C] [--since 7d] [--project P]Full-text search with filters (omit query to browse by filter)
claude-replay diff <session-a> <session-b>Compare two sessions side by side
claude-replay resume [session_id]Print a resume brief (default: most recent)
claude-replay export [session_id] [--output DIR] [--format html|json|md]Render a trace
claude-replay tag [session_id] [--name N] [--add a,b] [--remove c] [--clear]Name or tag a session
claude-replay prune [--older-than 30d] [--yes]Delete sessions with no recent activity (destructive)
claude-replay serve [--host H] [--port P]Start the MCP + dashboard server (port 8766)
claude-replay mcpServe the MCP tools over stdio (for uvx claude-replay mcp / MCP clients)
claude-replay tui [--url URL]Launch the terminal session browser
claude-replay reset [--yes]Delete all recorded sessions (destructive)
claude-replay hook <pre-tool|post-tool|stop>Internal β€” invoked by Claude Code's hooks

Dashboard & TUI

Web dashboard (claude-replay serve, then open http://localhost:8766/) a vanilla-JS view that polls every 2 s: session list (with how-it-ended badge + tags), a live search box, per-session timeline, and one-click "Copy Resume Brief" / "Export HTML". No CDN, no build step.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • HeyClaude β€” Claude & AI workflow directory logoHeyClaude β€” Claude & AI workflow directory

    Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

    πŸ’» Developer Tools0 views
    Compare vs HeyClaude β€” Claude & AI workflow directory β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Claude Replay

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "claude-replay": { "command": "npx", "args": ["-y", "claude-replay"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewClaude Replay AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/claude-replay?style=directory)](https://allmcps.com/mcp/claude-replay)
HTML Embed
<a href="https://allmcps.com/mcp/claude-replay"><img src="https://allmcps.com/api/badge/claude-replay?style=directory" alt="Claude Replay on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Claude Replay β†’Install in Claude DesktopInstall in CursorInstall in VS Code