Persistent project knowledge graph for coding agents. MCP server with semantic search, in-process embeddings, and web explorer.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"megamemory": {
"command": "npx",
"args": [
"-y",
"0xK3vin/MegaMemory"
]
}
}
}
Run in terminal:
claude mcp add megamemory npx -y 0xK3vin/MegaMemory
Add to .cursor/mcp.json:
{
"mcpServers": {
"megamemory": {
"command": "npx",
"args": [
"-y",
"0xK3vin/MegaMemory"
]
}
}
}