mcpserver.lol
registry/megamemory
Connection check local install

megamemory

Persistent project knowledge graph for coding agents. MCP server with semantic search, in-process embeddings, and web explorer.

Tools 9
GitHub stars 513
Installs / wk 340
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

9 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

create_concept from source
Add a new concept to the knowledge graph. Call this after completing a task to record new features, components, patterns, or decisions you built. Include specific details: paramete…
get_concept from source
Look up a concept by its exact ID. Returns the concept with its full context including children, edges, incoming edges, and parent. Unlike
link from source
Create a relationship between two existing concepts.
list_conflicts from source
List all unresolved merge conflicts in the knowledge graph, grouped by merge_group. Each group contains competing versions with full data. Call this when the user runs /merge to be…
list_roots from source
List all top-level concepts in the knowledge graph with their direct children. Call this at the start of a session to get a high-level project overview.
remove_concept from source
Soft-delete a concept from the knowledge graph. The concept and its removal reason are preserved in history.
resolve_conflict from source
Resolve a merge conflict by providing the correct resolved content. Read both conflict versions, verify against the current codebase, then provide the accurate resolved summary. Do…
understand from source
Query the project knowledge graph. Call this before starting any task to load relevant context about concepts, features, and architecture. Returns matched concepts with their child…
update_concept from source
Update an existing concept in the knowledge graph. Call this after completing a task that changed existing features or components. Only include fields that changed.