Skip to content
Claude Desktop

vanguard memory node for Claude Desktop

io.github.ezumba/vanguard-memory-node

Local deterministic BM25 memory for AI agents. Offline-first, no API key, SHA-256 shards, stdio.

client:Claude Desktop transport:stdio runtime:npm

Install vanguard memory node in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "vanguard-memory-node": {
      "command": "npx",
      "args": [
        "-y",
        "@lnes/vanguard-memory-node"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

vanguard memory node in other clients