Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.jmeyer1980/neurodivergent-memory

NPM · NEURODIVERGENT-MEMORY · SCANNED SEP 20

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

0 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to jmeyer1980/neurodivergent-memory). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 47 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 823 tokens (~51/item across 16 items; 11 tools + 5 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_memory" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.jmeyer1980/neurodivergent-memory MCP server?

io.github.jmeyer1980/neurodivergent-memory runs locally as an npm package, launched with npx -y neurodivergent-memory. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · neurodivergent-memory

# add to Claude Code
claude mcp add jmeyer1980-neurodivergent-memory -- npx -y neurodivergent-memory
// .cursor/mcp.json
{
  "mcpServers": {
    "jmeyer1980-neurodivergent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "neurodivergent-memory"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jmeyer1980-neurodivergent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "neurodivergent-memory"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jmeyer1980-neurodivergent-memory -- npx -y neurodivergent-memory
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jmeyer1980-neurodivergent-memory": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "neurodivergent-memory"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jmeyer1980-neurodivergent-memory --command npx --arg -y --arg neurodivergent-memory
# ~/.hermes/config.yaml
mcp_servers:
  jmeyer1980-neurodivergent-memory:
    command: "npx"
    args: ["-y", "neurodivergent-memory"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jmeyer1980-neurodivergent-memory": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "neurodivergent-memory"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jmeyer1980-neurodivergent-memory -t stdio -c npx -a -y neurodivergent-memory
// mcp.json
{
  "mcpServers": {
    "jmeyer1980-neurodivergent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "neurodivergent-memory"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/neurodivergent-memory@0.1.8

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo jmeyer1980/neurodivergent-memory
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/jmeyer1980/neurodivergent-memory/.github/workflows/release.yml@refs/tags/v0.1.8
Rekor log index 1191833878
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:a166bbbc1bd818d3d5b01088875288904e0e741bdae3d45efe5d162b3ca76bf4deece9af6b78997e28745142b340bf4c3e801527cf4f55a172a525b04

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~742 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
connect_memories ~57

Create connections between memories (like neural pathways)

NameTypeReqDescription
bidirectionalbooleanWhether connection goes both ways
memory_id_1stringyesFirst memory ID
memory_id_2stringyesSecond memory ID

No output schema declared.

No examples provided.

delete_memory ~33

Permanently delete a memory and remove all its connections

NameTypeReqDescription
memory_idstringyesID of the memory to delete

No output schema declared.

No examples provided.

import_memories ~48

Bulk-import memories from a JSON array. Each entry requires content and district; tags, emotional_valence, and intensity are optional.

NameTypeReqDescription
entriesarrayyesArray of memory entries to import

No output schema declared.

No examples provided.

list_memories ~68

List stored memories with optional pagination and filters

NameTypeReqDescription
archetypestringOptional archetype filter
districtstringOptional district filter
pagenumberPage number (default 1)
page_sizenumberResults per page (default 20)

No output schema declared.

No examples provided.

memory_stats ~32

Return aggregate statistics: total count, per-district counts, connection count, most-accessed nodes, and orphan nodes

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

related_to ~62

Find memories related to a given memory ID, ranked by graph proximity + BM25 semantic score

NameTypeReqDescription
memory_idstringyesSource memory ID
querystringOptional extra query to bias semantic ranking. If omitted, the source memory content is used.

No output schema declared.

No examples provided.

retrieve_memory ~29

Retrieve a specific memory by ID

NameTypeReqDescription
memory_idstringyesID of the memory to retrieve

No output schema declared.

No examples provided.

search_memories ~154

Search memories using BM25 semantic ranking. Returns results sorted by relevance score (0-1).

NameTypeReqDescription
districtstringOptional district filter
emotional_valence_maxnumberMaximum emotional valence filter (-1 to 1)
emotional_valence_minnumberMinimum emotional valence filter (-1 to 1)
intensity_maxnumberMaximum intensity filter (0-1)
intensity_minnumberMinimum intensity filter (0-1)
min_scorenumberMinimum relevance score (0-1). Only return results at or above this threshold.
querystringyesSearch query
tagsarrayOptional tag filters (OR logic)

No output schema declared.

No examples provided.

store_memory ~93

Store a new memory in a specific district of the neurodivergent mind

NameTypeReqDescription
contentstringyesThe memory content/thought to store
districtstringyesMemory district to store in
emotional_valencenumberEmotional charge (-1 to 1)
intensitynumberMental energy/importance (0-1)
tagsarrayOptional tags for categorization

No output schema declared.

No examples provided.

traverse_from ~65

Walk the memory graph from a starting node up to N hops deep, returning all reachable memories

NameTypeReqDescription
depthnumberMaximum hops to traverse (default 2)
districtstringOptional district filter for results
memory_idstringyesStarting memory ID

No output schema declared.

No examples provided.

update_memory ~101

Update an existing memory's content, tags, district, emotional_valence, or intensity

NameTypeReqDescription
contentstringNew content (optional)
districtstringNew district (optional)
emotional_valencenumberNew emotional charge (optional)
intensitynumberNew intensity (optional)
memory_idstringyesID of the memory to update
tagsarrayNew tags (optional, replaces existing)

No output schema declared.

No examples provided.

Common questions

What is the io.github.jmeyer1980/neurodivergent-memory MCP server?

io.github.jmeyer1980/neurodivergent-memory is an MCP server listed in the public MCP registry as io.github.jmeyer1980/neurodivergent-memory. Persistent knowledge graph MCP server for neurodivergent thinking. BM25 search, no cloud LLM. This page covers its npm package (neurodivergent-memory).

Is the io.github.jmeyer1980/neurodivergent-memory MCP server safe to use?

io.github.jmeyer1980/neurodivergent-memory scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.jmeyer1980/neurodivergent-memory MCP server expose?

io.github.jmeyer1980/neurodivergent-memory exposes 11 tools: store_memory, retrieve_memory, update_memory, delete_memory, connect_memories, and 6 more. Their descriptions and schemas cost roughly 742 tokens of context every time the server is loaded.

Is the io.github.jmeyer1980/neurodivergent-memory MCP server still maintained?

io.github.jmeyer1980/neurodivergent-memory is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.jmeyer1980/neurodivergent-memory MCP server under?

io.github.jmeyer1980/neurodivergent-memory declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.