Graph-Mem for Cursor
io.github.sathvik-1007/graphmem-mcp
Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.
client:Cursor
transport:stdio
runtime:pypi
Install Graph-Mem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"graphmem-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs