关于
Code Memory acts as a high-precision code intelligence layer, exposed as a Model Context Protocol (MCP) server. It equips AI coding assistants with structured access to your codebase through a progressive disclosure architecture, routing queries to specialized tools like `search_code`, `search_docs`, and `search_history`. This approach eliminates context-window bloat and vague 'search everything' queries, allowing AI to quickly find definitions, trace references, understand architectural patterns, and explore Git history to comprehend developer intent, all while operating offline.