Skip to content
Cline

vanguard memory node for Cline

io.github.ezumba/vanguard-memory-node

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

client:Cline transport:stdio runtime:npm

Install vanguard memory node in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

vanguard memory node in other clients