Loading MCP server directory, please wait...
Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.
npx @getmcp/cli add io.github.Sathvik-1007/graphmem-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Sathvik-1007/graphmem-mcp": {
"command": "uvx",
"args": [
"graphmem-mcp"
],
"env": {
"GRAPHMEM_DB_PATH": "",
"GRAPHMEM_EMBEDDING_MODEL": "",
"GRAPHMEM_TRAVERSAL_NODE_BUDGET": "",
"GRAPHMEM_LOG_LEVEL": ""
}
}
}
}