Local Memory MCP Server

Persistent local memory for Claude, Cursor & Codex. 25 tools. Hybrid retrieval (BM25 + vector cosine, RRF). Bi-temporal asOf queries + fact supersession. LLM-free contradiction detection + reflection. Portable JSON export/import. Multilingual embeddings. No cloud. No API keys.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 11 · #60 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Local Memory

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add studiomeyer-io-local-memory-mcp -- npx -y @studiomeyer/local-memory-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "studiomeyer-io-local-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@studiomeyer/local-memory-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @studiomeyer/local-memory-mcp - the @studiomeyer scope differs from the repo owner (studiomeyer-io); confirm it's the project's official package

registry namespace io.github.studiomeyer-io is GitHub-verified and matches the repo owner

03 · What Local Memory can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.4.3 · 2026-08-19

Security + correctness release. 239 → 251 tests. No schema change, no API change. · Fixed - memory_import bypassed the validation every other write path enforces (#29) · Reported by @pmario with a runnable repro.…

v2.4.2 · 2026-08-01

Same-day patch on v2.4.1. The dynamic-version read introduced in 2.4.1 crashed the Claude Desktop (MCPB) bundle at import time - the bundle places code under server/ and did not ship package.json, so the probe threw…

v2.4.1 · 2026-08-01

Same-day patch on v2.4.0, from a cross-model review pass. v2.4.0 shipped three diverging versions at once: npm said 2.4.0, the MCP handshake advertised a hardcoded 2.3.0, and the MCPB manifest still said 2.2.0…

04 · Who maintains Local Memory

Local Memory is maintained by studiomeyer-io. We track 11 MCP servers from studiomeyer-io - 11 actively maintained, 18 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from studiomeyer-io.

  1. StudioMeyer Video Video production: recording, editing, effects, captions, TTS, screenshots. 8 tools. ★ 5

05 · Facts

category
memory - ranked #60 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-19)
registry
io.github.studiomeyer-io/local-memory-mcp (active, first published 2026-06-22 · 5 versions)
packages
npm:@studiomeyer/local-memory-mcp

06 · Local Memory FAQ

What is Local Memory?

Persistent local memory for Claude, Cursor & Codex. 25 tools. Hybrid retrieval (BM25 + vector cosine, RRF). Bi-temporal asOf queries + fact supersession. LLM-free contradiction detection + reflection. Portable JSON export/import. Multilingual embeddings. No cloud. No API keys.

Is Local Memory still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Local Memory?

Run `npx -y @studiomeyer/local-memory-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Local Memory run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Local Memory

Pairs well with

Servers that cover what Local Memory doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Vectr · On Board · Standard Graph · Zaxy

More TypeScript MCP servers · StudioMeyer Video · Coolify · Sudzikcoin MCP Server · SumUp MCP Server · Vulcanus · see all