mcpbeat Sign in

Neuromcp MCP Server

local only

Neuromcp runs on your own machine — the client starts it, so there is no endpoint to ping. 289 installs a week from npm. Last commit 15 Sep 2026.

Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation

Installs per day peak 390 · avg 66 · -58% w/w
a month agotoday
289
Installs / week
npm · neuromcp
4
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/download-model.mjs || true
  return execFileSync(cmd, argv, { encoding: 'utf8', ...opts });
for (const [k, v] of Object.entries(process.env)) {

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 neuromcp -- npx -y neuromcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "neuromcp": {
      "args": [
        "-y",
        "neuromcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.neuromcp]
command = "npx"
args = ["-y", "neuromcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "neuromcp": {
      "args": [
        "-y",
        "neuromcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "neuromcp": {
      "args": [
        "-y",
        "neuromcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Neuromcp

same job, measured the same way
Mnemograph
by tm42

Event-sourced knowledge graph memory for AI coding agents with semantic search

148 installs/wk local only
Agent Knowledge
by keshrath

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

119 installs/wk local only
Reverie
by knowall

Graph memory that dreams: Neo4j knowledge-graph memory for AI agents with hybrid search

local only
Graph-Mem
by sathvik-1007

Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.

62 installs/wk local only
SMRITI Memory
by smriti-memcore

Neuro-inspired long-term memory for AI agents with semantic graph and consolidation.

3 347 installs/wk local only
SMRITI Memory
by shivamtyagi18

Neuro-inspired long-term memory for AI agents with semantic graph and consolidation.

local only
Octobrain
by muvon

Persistent memory for AI assistants with semantic search and knowledge graph relationships.

411 installs/wk local only
Memograph
by indhar01

Graph-based memory system for LLMs with knowledge graphs and semantic search.

119 installs/wk local only

Neuromcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Neuromcp?
Neuromcp 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 neuromcp was installed 289 times last week.
How do I connect Neuromcp?
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 neuromcp straight from npm; nothing to host, nothing to sign up for.
How many people use Neuromcp?
The npm package neuromcp was installed 289 times in the last week. Week over week that is -58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Neuromcp open source?
We cannot say either way: written in TypeScript and 4 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.