Manages persistent local memory for Claude Code sessions to maintain context across complex development tasks.
CC-Mem is a lightweight, local-first memory system designed specifically for Claude Code to solve context loss during long-running development sessions. It utilizes a rule-driven approach and hierarchical storage to allow users to capture, search, and manage session-specific information. By enabling explainable context injection, it ensures that Claude retains crucial knowledge about project architecture, previous decisions, and custom workflows, making the AI more consistent and efficient as projects scale.
주요 기능
01Automated memory cleanup and retry mechanisms for failed captures
02Full-text search and statistical analysis of captured session data
03Local-first storage ensuring data privacy and low-latency access
04Rule-driven hierarchical memory for organized context retrieval
05Markdown export capabilities for documentation and portability
060 GitHub stars
사용 사례
01Tracking progress and managing task history during complex, multi-day refactoring projects
02Maintaining architectural context and design decisions across multiple Claude Code sessions
03Storing and retrieving project-specific coding patterns or internal documentation