MegaMemory
UnclaimedPersistent project knowledge graph for coding agents. MCP server with semantic search, in-process embeddings, and web explorer.
Install
npm install -g megamemoryUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (9)
create_concept
Add a new concept with optional edges and file references.
get_concept
Look up a concept by its exact ID. Returns full context including children, edges, incoming edges, and parent.
link
Create a typed relationship between two concepts.
list_conflicts
List unresolved merge conflicts grouped by merge group.
list_roots
List all top-level concepts with direct children.
remove_concept
Soft-delete a concept with a reason. History preserved.
resolve_conflict
Resolve a merge conflict by providing verified, correct content based on the current codebase.
understand
Semantic search over the knowledge graph. Returns matched concepts with children, edges, and parent context.
update_concept
Update fields on an existing concept. Regenerates embeddings automatically.