
ccrider
by neilberkman
Index, search, and resume Claude Code and Codex CLI sessions with a powerful TUI and MCP server.
What it does
ccrider indexes local coding agent session history from Claude Code and Codex CLI into a searchable SQLite database. It provides a Terminal User Interface (TUI) for browsing conversations and an MCP server that allows AI agents to retrieve past context and specific solutions from previous sessions.
Tools
search_sessions: Full-text search across all session content with filters for date, project, or provider.list_recent_sessions: Retrieves a list of recent sessions, optionally filtered by project or provider.get_session_messages: Fetches messages from a specific session, including support for tail mode.generate_session_anchor: Creates a unique phrase to tag a session for easy future retrieval.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ccrider": {
"command": "ccrider",
"args": ["serve-mcp"]
}
}
}
Supported hosts
- claude
- codex
Quick install
brew install neilberkman/tap/ccriderInformation
- Pricing
- free
- Published
- 5/16/2026
- stars






