Graph-Mem for Claude Desktop
io.github.sathvik-1007/graphmem-mcp
Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Graph-Mem in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"graphmem-mcp": {
"command": "uvx",
"args": [
"graphmem-mcp"
],
"env": {
"GRAPHMEM_DB_PATH": "<GRAPHMEM_DB_PATH>",
"GRAPHMEM_EMBEDDING_MODEL": "<GRAPHMEM_EMBEDDING_MODEL>",
"GRAPHMEM_TRAVERSAL_NODE_BUDGET": "<GRAPHMEM_TRAVERSAL_NODE_BUDGET>",
"GRAPHMEM_LOG_LEVEL": "<GRAPHMEM_LOG_LEVEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs