mcp memory graph for Cursor
io.github.yonasvalentin/mcp-memory-graph
Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.
client:Cursor
transport:stdio
runtime:npm
Install mcp memory graph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-memory-graph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-memory-graph"
],
"env": {
"MCP_MEMORY_DB_PATH": "<MCP_MEMORY_DB_PATH>",
"MCP_MEMORY_MODEL": "<MCP_MEMORY_MODEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs