Neuromcp

Any model. Your memory. Stays local. neuromcp is the first Sovereign Memory layer for AI: an open-source MCP server that gives Claude, GPT, Gemini, and Ollama persistent, searchable memory - stored entirely on your machine. No API keys. No cloud sync. No subscription required to remember who you are.

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

VERIFIED ACTIVE

LAST COMMIT 2026-07-13 · ★ 4 · #116 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Neuromcp

before you install - you'll need

Set NEUROMCP_DB_PATH, NEUROMCP_NAMESPACE before connecting.

Claude Code

claude mcp add adelelo13-neuromcp -- npx -y neuromcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "adelelo13-neuromcp": {
      "command": "npx",
      "args": [
        "-y",
        "neuromcp"
      ]
    }
  }
}

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 no standard license detected - usage rights unclear; check the repo before commercial use

npm package neuromcp - unscoped; check the name against the project README before installing

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

03 · What Neuromcp can do

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

Latest releases

v0.29.2 · 2026-07-13

Fixed · cold-boot race - daemon port is now bound within milliseconds of · process start. Previously the daemon loaded its full module graph · (better-sqlite3, MCP SDK, embeddings probe, …) before binding its port…

v0.29.1 · 2026-07-07

[0.29.1] - 2026-07-07 · Web-view graph upgrade + Obsidian polish (independent Codex review applied). · Added · Force-directed knowledge-graph in the /ui web view. The Graph panel · is now an interactive <canvas> force…

v0.29.0 · 2026-07-06

[0.29.0] - 2026-07-06 · Fixed · current-validity invariant enforced end-to-end. Default reads · now hide superseded and window-closed (valid_to in the past) memories · across every read path - hybrid + chrono search…

04 · Who maintains Neuromcp

neuromcp is maintained by adelelo13. We track 3 MCP servers from adelelo13 - 3 actively maintained, 21 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from adelelo13.

  1. mac-control-mcp Native Swift macOS automation - 143 tools: AX, EventKit, voice, browser DOM, undo. ★ 16

05 · Facts

category
memory - ranked #116 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-07-13)
registry
io.github.AdelElo13/neuromcp (active, first published 2026-04-04 · 7 versions)
packages
npm:neuromcp

06 · Neuromcp FAQ

What is Neuromcp?

Any model. Your memory. Stays local. neuromcp is the first Sovereign Memory layer for AI: an open-source MCP server that gives Claude, GPT, Gemini, and Ollama persistent, searchable memory - stored entirely on your machine. No API keys. No cloud sync. No subscription required to remember who you are.

Is Neuromcp still maintained?

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

How do I install Neuromcp?

Run `npx -y neuromcp`. The README documents 2 environment variables (NEUROMCP_DB_PATH, NEUROMCP_NAMESPACE) to set first. Set NEUROMCP_DB_PATH, NEUROMCP_NAMESPACE before connecting. You can also paste the ready-made client config above.

Does Neuromcp 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 Neuromcp

Pairs well with

Servers that cover what Neuromcp 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 · Robrain · Context Book · Lore (agentkitai) · Agentled MCP Server · Adaptive Recall

More TypeScript MCP servers · Quran Search Engine MCP · Agentic Mermaid · Keyboardia · see all