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.
05 · Facts
- repository
- github.com/studiomeyer-io/local-memory-mcp
- 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
Alternatives to Local Memory
Maintained memory servers if Local Memory isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens. ★ 40,198 · 2026-08-23
- Tradememory Protocol MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. ★ 1,412 · 2026-08-11
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,394 · 2026-08-23
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,314 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 979 · 2026-04-10
- Projectmem Local-first memory + judgment layer for AI coding agents - warns before repeating failed fixes. ★ 750 · 2026-08-06
Pairs well with
Servers that cover what Local Memory doesn't - only shown when the pairing reason fits the companion.
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