mcp memory graph for Claude Desktop
io.github.yonasvalentin/mcp-memory-graph
Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp memory graph in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-memory-graph": {
"command": "npx",
"args": [
"-y",
"mcp-memory-graph"
],
"env": {
"MCP_MEMORY_DB_PATH": "<MCP_MEMORY_DB_PATH>",
"MCP_MEMORY_MODEL": "<MCP_MEMORY_MODEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs