Show HN: ccrider - Search and Resume Your Claude Code Sessions – TUI / MCP / CLI
19 points| nberkman | 1 month ago |github.com
Default mode is the TUI with a session browser and full-text search. Once a session is selected you can browse and search within it, resume it or export to markdown.
The MCP server provides tools to let Claude search back through the session for pre-compact context or pull from prior sessions. I use this constantly.
I've seen elaborate continuity systems to give Claude Code access to history but this simple approach has been very effective.
Installation:
macOS: brew install neilberkman/tap/ccrider
Linux/other: git clone https://github.com/neilberkman/ccrider && cd ccrider && go build
MCP server: claude mcp add --scope user ccrider $(which ccrider) serve-mcp
bakkerinho|1 month ago
But is just using `/rename` not solving this as well?
For example:
nberkman|1 month ago
stephenwilliams|1 month ago
https://github.com/neilberkman/homebrew-tap - 404s
nberkman|1 month ago
unknown|1 month ago
[deleted]