Neurodivergent MCP Server

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

Local serverstdioTypeScript

What is the Neurodivergent MCP server?

Persistent knowledge graph MCP server for neurodivergent thinking. BM25 search, no cloud LLM. The neurodivergent mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.

What it actually does

Its toolset

Everything the assistant can do here goes through one of these:

  • Windows — The Windows tool exposed by this server
  • Resources — The Resources tool exposed by this server
  • Tools — The Tools tool exposed by this server
  • Prompts — Use synthesize_memories when the MCP client can comfortably consume many raw memory resources. Use synthesize_memory_packets when the caller path is

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at neurodivergent-memory on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Neurodivergent's toolset — Windows, Resources, Tools and 1 more — is a fair guide to whether it matches your workflow. It is maintained by jmeyer1980; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the neurodivergent mcp server does with a few real requests.

Available tools

ToolWhat it does
WindowsThe Windows tool exposed by this server.
ResourcesThe Resources tool exposed by this server.
ToolsThe Tools tool exposed by this server.
PromptsUse synthesize_memories when the MCP client can comfortably consume many raw memory resources. Use synthesize_memory_packets when the caller path is attachment-constrained or when you need broader graph coverage in a sma

How to install the Neurodivergent MCP server

{
  "mcpServers": {
    "neurodivergent-memory": {
      "command": "npx",
      "args": ["neurodivergent-memory"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Neurodivergent to Windows.
  • Use Neurodivergent to Resources.
  • Use Neurodivergent to Tools.

Frequently asked questions

It connects Neurodivergent to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Windows, Resources, Tools, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Neurodivergent directly.