mcpbeat Sign in

Neurodivergent Memory MCP Server

by jmeyer1980 Your server? Claim it
local only

Neurodivergent Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 12 Aug 2026.

Persistent knowledge graph MCP server for neurodivergent thinking. BM25 search, no cloud LLM.

Installs per day peak 116 · avg 28 · -24% w/w
a month agotoday
30
Installs / week
npm · neurodivergent-memory
19
Stars
12 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 4 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.

Builds a file path from a variable src/index.ts:146
  const relativeTargetPaths = [path.join(".github", "agent-kit", "templates", templateFileName)];
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release.yml:293
      - name: Create or update RC GitHub release
        env:
          GH_TOKEN: ${{ github.token }}

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

Alternatives to Neurodivergent Memory

same job, measured the same way
Local Memory
by studiomeyer-io

Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.

71 installs/wk local only
Lain
by spuentesp

High-performance knowledge graph MCP server for AI coding agents with semantic search.

215 installs/wk local only
Dense Knowledge
by lucky44k

Local-first MCP memory server for persistent LLM knowledge with BM25 retrieval.

126 installs/wk local only
RAWThink
by ygtalp

Persistent memory for AI thinking partnerships: hybrid search and a temporal knowledge graph.

103 installs/wk local only
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk 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
Memory
by humaux

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

answering
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

24 installs/wk local only

Neurodivergent Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Neurodivergent Memory?
Neurodivergent Memory 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 neurodivergent-memory was installed 30 times last week.
How do I connect Neurodivergent Memory?
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 neurodivergent-memory straight from npm; nothing to host, nothing to sign up for.
How many people use Neurodivergent Memory?
The npm package neurodivergent-memory was installed 30 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Neurodivergent Memory open source?
Yes — it is published under the MIT licence, written in JavaScript, 19 stars on GitHub and 12 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.