understand
Semantic search over the knowledge graph. Returns matched concepts with children, edges, and parent context.
How to use it
understand is exposed by the MegaMemory MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the understand tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MegaMemory
npm install -g megamemoryOther tools in MegaMemory (8)
Add a new concept with optional edges and file references.
Look up a concept by its exact ID. Returns full context including children, edges, incoming edges, and parent.
Create a typed relationship between two concepts.
List unresolved merge conflicts grouped by merge group.
List all top-level concepts with direct children.
Soft-delete a concept with a reason. History preserved.
Resolve a merge conflict by providing verified, correct content based on the current codebase.
Update fields on an existing concept. Regenerates embeddings automatically.