Skip to content
Grok

ariel memory for Grok

io.github.cipher208/ariel-memory

Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth

client:Grok transport:stdio runtime:npm

Install ariel memory in Grok

.mcp.json (in your project root)

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

ariel memory in other clients