Graph-Mem for Windsurf
io.github.sathvik-1007/graphmem-mcp
Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.
client:Windsurf
transport:stdio
runtime:pypi
Install Graph-Mem in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs