ccrider - Search and Resume Your Claude Code Sessions – TUI / MCP / CLI
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…
In plain words
ccrider stores and retrieves full Claude Code session history for easy resumption and reference. It offers three interfaces: a terminal UI with session browsing and full-text search, a command-line interface, and an MCP server that lets Claude access prior sessions for context. Built as a single Go binary with SQLite-backed storage, users can search within sessions, resume them, or export to markdown. The tool is designed for developers who work extensively with Claude Code and need quick access to past work and conversation history.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
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
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, January 2026
the whole month →- IN
Hey HN! I wanted to share something I built over the last few weeks: isometric.nyc is a massive isometric pixel art map of NYC, built with nano banana and coding agents. I didn't write a single line of code. Of course no-code doesn't mean no-engineering. This project took a lot more manual labor than I'd hoped! I wrote a deep dive on the workflow and some thoughts about the future of AI coding and creativity: http://cannoneyed.com/projects/isometric-nyc
AI · Jan 2026 · cannoneyed.com




Automatic AI-powered code reviews the moment you open a PR
Dev tools · Jan 2026 · kilo.ai
