关于
MegaMemory acts as a specialized Model Context Protocol (MCP) server that empowers coding agents to build and query a deep knowledge graph of concepts, architectural patterns, and development decisions within a project. Unlike traditional code analysis, it leverages the agent's own understanding to index and store high-level concepts like features, modules, and decisions rather than raw code symbols. This enables agents to remember project context and evolve their understanding across multiple work sessions, facilitating a loop of 'understand → work → update'. It includes an in-process embedding model for semantic search and a web explorer for visualization, all powered by a per-project SQLite database.