Skip to content
Grok

neural memory for Grok

io.github.nhadaututtheky/neural-memory

Persistent memory for AI agents — 55 MCP tools, spreading activation recall.

client:Grok transport:stdio runtime:npm

Install neural memory in Grok

.mcp.json (in your project root)

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

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

neural memory in other clients