Skip to content

Adaptive Memory Graph for Grok

io.github.raskolnikovdd/adaptive-memory-graph

Persistent memory for Claude via weighted, interconnected knowledge nodes.

client:Grok transport:stdio runtime:pypi

Install Adaptive Memory Graph in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "adaptive-memory-graph": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "adaptive-memory-graph"
      ]
    }
  }
}

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

Adaptive Memory Graph in other clients