Skip to content
Grok

aide-memory for Grok

io.github.aide-memory/aide-memory

Persistent memory layer for AI coding agents — your agent remembers what you taught it.

client:Grok transport:stdio runtime:npm

Install aide-memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aide-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aide-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

aide-memory in other clients