mcpbeat Sign in

Vanguard Memory Node MCP Server

local only

Vanguard Memory Node runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from npm. Last commit 5 Sep 2026.

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

Installs per day peak 154 · avg 13 · -53% w/w
a month agotoday
72
Installs / week
npm · @lnes/vanguard-memory-node
0
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/benchmarks.ts:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vanguard-memory-node -- npx -y @lnes/vanguard-memory-node
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vanguard-memory-node": {
      "args": [
        "-y",
        "@lnes/vanguard-memory-node"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vanguard-memory-node]
command = "npx"
args = ["-y", "@lnes/vanguard-memory-node"]
.cursor/mcp.json
{
  "mcpServers": {
    "vanguard-memory-node": {
      "args": [
        "-y",
        "@lnes/vanguard-memory-node"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vanguard-memory-node": {
      "args": [
        "-y",
        "@lnes/vanguard-memory-node"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vanguard Memory Node

same job, measured the same way
Memory Kernel
by artem362

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

122 installs/wk local only
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only
Perseus Vault — persistent, encrypted memory for AI agents
by perseus-computing-llc

Persistent, encrypted, deterministic memory for AI agents. Local-first, 173 canonical tools.

local only
Elephia
by elephia

Git for your AI's context: local-first, deterministic memory over MCP. An elephant never forgets.

50 installs/wk local only
adrkit decision memory
by adrkit

Deterministic, offline, read-only ADR decision memory for coding agents. No model or network calls.

509 installs/wk local only
Tdai Memory MCP
by tinhien11

Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.

126 installs/wk local only
Codeledger
by codeledgerecf

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

435 installs/wk local only
Plur
by plur-ai

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

785 installs/wk local only

Vanguard Memory Node — questions

Answers built from our own checks of this server.

Why is there no uptime for Vanguard Memory Node?
Vanguard Memory Node runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @lnes/vanguard-memory-node was installed 72 times last week.
How do I connect Vanguard Memory Node?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @lnes/vanguard-memory-node straight from npm; nothing to host, nothing to sign up for.
How many people use Vanguard Memory Node?
The npm package @lnes/vanguard-memory-node was installed 72 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vanguard Memory Node open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.