ccrider
Search, browse, and resume your Claude Code sessions. Fast.
Why ccrider?
You've got months of Claude Code sessions sitting in ~/.claude/projects/ . Finding that conversation where you fixed the authentication bug? Good luck grepping through nested JSON files.
ccrider solves this with a TUI browser, CLI search, and an MCP server so Claude can search your past sessions too.
# Import your sessions once ccrider sync # Launch the TUI - browse, search, resume ccrider tui # Or search from command line ccrider search " authentication bug "
Stay in your terminal. Find any conversation. Resume where you left off.
Installation:
# Homebrew (recommended) brew install neilberkman/tap/ccrider # Or from source git clone https://github.com/neilberkman/ccrider.git cd ccrider go build -o ccrider cmd/ccrider/main.go sudo mv ccrider /usr/local/bin/ # Install MCP server for all your projects (optional) claude mcp add --scope user ccrider $( which ccrider ) serve-mcp
"Vibe code like a king The King!"
... continue reading