vanguard memory node for Cursor
io.github.ezumba/vanguard-memory-node
Local deterministic BM25 memory for AI agents. Offline-first, no API key, SHA-256 shards, stdio.
client:Cursor
transport:stdio
runtime:npm
Install vanguard memory node in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vanguard-memory-node": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lnes/vanguard-memory-node"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs