Story

Show HN: ccrider - Search and Resume Your Claude Code Sessions – TUI / MCP / CLI

nberkman Tuesday, January 06, 2026

I built a tool that stores your full Claude Code history to let you easily find and resume sessions. It has TUI, CLI and MCP interfaces. It's a single Go binary, and the session history is synced to SQLite each time you use it.

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

Source: https://github.com/neilberkman/ccrider

Summary
The article discusses the development of a cross-platform command-line tool called ccrider, which allows users to easily manage their GitHub repositories and associated issues, pull requests, and other functionality from the terminal. It provides a simplified and efficient way to interact with GitHub repositories without the need for a web browser.
16 4
Summary
github.com
Visit article Read on Hacker News Comments 4