general MCP Server
Persistent project knowledge graph for coding agents. MCP server with semantic search, in-process embeddings, and web explorer.
Discovered via github-topic:mcp-server and last synced 3mo ago.
1. Install the package
npx megamemory
2. Add to claude_desktop_config.json
{
"mcpServers": {
"megamemory": {
"command": "npx",
"args": [
"megamemory"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Start the MCP stdio server
Description
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.
Description
Semantic search over the knowledge graph. Returns matched concepts with children, edges, and parent context.
Look up a concept by its exact ID. Returns full context including children, edges, incoming edges, and parent.
Add a new concept with optional edges and file references.
Update fields on an existing concept. Regenerates embeddings automatically.
Create a typed relationship between two concepts.
Resolve a merge conflict by providing verified, correct content based on the current codebase.