Odel
neurodivergent memory

neurodivergent memory

Local
@jmeyer198018JavaScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmneurodivergent-memoryv0.1.8

Run

npx -y neurodivergent-memory

MCP client config

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