Skip to content

vanguard memory node for Grok

io.github.ezumba/vanguard-memory-node

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

client:Grok transport:stdio runtime:npm

Install vanguard memory node in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

vanguard memory node in other clients