Enables semantic search of past Claude Code session transcripts and intelligent session forking to instantly resume relevant conversations.
Sponsored
Smart Fork addresses the challenge of context loss in AI-assisted development by providing an MCP server for Claude Code. It maintains a searchable vector database of all your Claude Code sessions, allowing users to semantically search past conversation transcripts. This enables instant context recovery and intelligent session forking, helping developers find and resume relevant conversations with full context preserved, effectively overcoming token limits and transforming isolated sessions into connected, searchable knowledge.
Key Features
010 GitHub stars
02Background Indexing for real-time session updates
03Semantic Search across all Claude Code sessions
04Smart Session Forking to resume relevant conversations
05Project-Scoped Search to filter results by directory
06Query Result Caching for faster repeat searches
Use Cases
01Locate and reuse previous solutions for refactoring API error handling
02Find previous work on specific implementation details like WebSocket real-time updates
03Resume complex tasks such as implementing user authentication with JWT from a past session