# io.github.jmeyer1980/neurodivergent-memory (npm · neurodivergent-memory)

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

- Trust score: 76/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `neurodivergent-memory`: 76/100 (this document), [markdown](https://verifymcp.io/servers/jmeyer1980-neurodivergent-memory/neurodivergent-memory.md), [page](https://verifymcp.io/servers/jmeyer1980-neurodivergent-memory/neurodivergent-memory)

## Channel facts

- Registry: `npm`
- Package: `neurodivergent-memory`
- Version: `0.1.8`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to jmeyer1980/neurodivergent-memory).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 823 tokens (~51/item across 16 items; 11 tools + 5 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add jmeyer1980-neurodivergent-memory -- npx -y neurodivergent-memory
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jmeyer1980-neurodivergent-memory --command npx --arg -y --arg neurodivergent-memory
```

### Hermes

```yaml
mcp_servers:
  jmeyer1980-neurodivergent-memory:
    command: "npx"
    args: ["-y", "neurodivergent-memory"]
```

### Other

```json
{
  "mcpServers": {
    "jmeyer1980-neurodivergent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "neurodivergent-memory"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 76, +50)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: jmeyer1980/neurodivergent-memory
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-31 (score 26, −27)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 53, +29)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100

### 2026-07-28 (score 24, −29)

- [functional regression] Schema quality: 100 → unverified
- [functional regression] Tool coverage: 100 → unverified

### 2026-07-27 (score 53)

First indexed and scored.

## MCP tools (11)

### `store_memory` (~93 tokens)

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

Input parameters:

- `content` (string, required): The memory content/thought to store
- `district` (string, required): Memory district to store in
- `emotional_valence` (number): Emotional charge (-1 to 1)
- `intensity` (number): Mental energy/importance (0-1)
- `tags` (array): Optional tags for categorization

### `retrieve_memory` (~29 tokens)

Retrieve a specific memory by ID

Input parameters:

- `memory_id` (string, required): ID of the memory to retrieve

### `update_memory` (~101 tokens)

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

Input parameters:

- `content` (string): New content (optional)
- `district` (string): New district (optional)
- `emotional_valence` (number): New emotional charge (optional)
- `intensity` (number): New intensity (optional)
- `memory_id` (string, required): ID of the memory to update
- `tags` (array): New tags (optional, replaces existing)

### `delete_memory` (~33 tokens)

Permanently delete a memory and remove all its connections

Input parameters:

- `memory_id` (string, required): ID of the memory to delete

### `connect_memories` (~57 tokens)

Create connections between memories (like neural pathways)

Input parameters:

- `bidirectional` (boolean): Whether connection goes both ways
- `memory_id_1` (string, required): First memory ID
- `memory_id_2` (string, required): Second memory ID

### `search_memories` (~154 tokens)

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

Input parameters:

- `district` (string): Optional district filter
- `emotional_valence_max` (number): Maximum emotional valence filter (-1 to 1)
- `emotional_valence_min` (number): Minimum emotional valence filter (-1 to 1)
- `intensity_max` (number): Maximum intensity filter (0-1)
- `intensity_min` (number): Minimum intensity filter (0-1)
- `min_score` (number): Minimum relevance score (0-1). Only return results at or above this threshold.
- `query` (string, required): Search query
- `tags` (array): Optional tag filters (OR logic)

### `traverse_from` (~65 tokens)

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

Input parameters:

- `depth` (number): Maximum hops to traverse (default 2)
- `district` (string): Optional district filter for results
- `memory_id` (string, required): Starting memory ID

### `related_to` (~62 tokens)

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

Input parameters:

- `memory_id` (string, required): Source memory ID
- `query` (string): Optional extra query to bias semantic ranking. If omitted, the source memory content is used.

### `list_memories` (~68 tokens)

List stored memories with optional pagination and filters

Input parameters:

- `archetype` (string): Optional archetype filter
- `district` (string): Optional district filter
- `page` (number): Page number (default 1)
- `page_size` (number): Results per page (default 20)

### `memory_stats` (~32 tokens)

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

### `import_memories` (~48 tokens)

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

Input parameters:

- `entries` (array, required): Array of memory entries to import

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/jmeyer1980-neurodivergent-memory/neurodivergent-memory#diagnostics

## Score history

- 2026-08-03: 76
- 2026-08-02: 76
- 2026-08-01: 26
- 2026-07-31: 26
- 2026-07-30: 53
- 2026-07-28: 24
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/neurodivergent-memory
- Socket report: https://socket.dev/npm/package/neurodivergent-memory
- Repository: https://github.com/jmeyer1980/neurodivergent-memory
- Changelog RSS feed: https://verifymcp.io/servers/jmeyer1980-neurodivergent-memory/neurodivergent-memory/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jmeyer1980-neurodivergent-memory/neurodivergent-memory/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jmeyer1980-neurodivergent-memory/neurodivergent-memory
