Skip to content

neurodivergent memory for Grok

io.github.jmeyer1980/neurodivergent-memory

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

client:Grok transport:stdio runtime:npm

Install neurodivergent memory in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

neurodivergent memory in other clients