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 who work with embeddings, memory and semantic search and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-15 · ★ 4 · #87 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18
NOASSERTION · TypeScript servers · how we verify → /methodology
01 · Install Neuromcp
before you install - you'll need
Set NEUROMCP_DB_PATH, NEUROMCP_NAMESPACE, NEUROMCP_EMBEDDING_PROVIDER 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.5 · 2026-09-15
Graph-hygiene release: the knowledge graph shows your entities again instead of the system's own plumbing, and a contradicts edge now means something. · Fixed · the graph overview (query_graph without a start node…
v0.29.4 · 2026-09-15
Fixed · neuromcp-doctor probed the default daemon port instead of the · configured one. On a standard enable-daemon install the port lives in · the launchd plist's EnvironmentVariables, not in the user's interactive…
v0.29.3 · 2026-09-15
Install-robustness release: switching embedding provider no longer bricks · an existing database, the doctor always prints, GUI clients get a config · that does not depend on PATH, and the ONNX fallback model no longer…
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.
05 · Facts
- repository
- github.com/adelelo13/neuromcp
- category
- memory - ranked #87 of 304 actively-maintained memory servers as of 2026-09-18.
- release cadence
- 9 releases in the last 90 days (latest 2026-09-15)
- registry
- io.github.AdelElo13/neuromcp (active, first published 2026-04-04 · 10 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-09-18, its last commit was 2026-09-15 and it shipped 9 releases in the last 90 days. We re-verify nightly.
How do I install Neuromcp?
Run `npx -y neuromcp`. The README documents 3 environment variables (NEUROMCP_DB_PATH, NEUROMCP_NAMESPACE, NEUROMCP_EMBEDDING_PROVIDER) to set first. Set NEUROMCP_DB_PATH, NEUROMCP_NAMESPACE, NEUROMCP_EMBEDDING_PROVIDER 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
Alternatives to Neuromcp
Maintained memory servers if Neuromcp isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 162 languages, sub-ms queries, 99% fewer tokens. ★ 43,715 · 2026-09-18
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,449 · 2026-09-17
- Tradememory Protocol Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents. ★ 1,419 · 2026-09-14
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,322 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 984 · 2026-09-09
- Projectmem Coding agent memory - one local MCP server for every project. Warns before repeating failed fixes. ★ 826 · 2026-09-15
Pairs well with
Servers that cover what Neuromcp doesn't - only shown when the pairing reason fits the companion.
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