Skip to content
Grok

SuperMemory for Grok

io.github.yashvanthange/supermemory

MCP-first agent learning: capture failures, validate lessons, retrieve context, improve.

client:Grok transport:stdio runtime:pypi

Install SuperMemory in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "supermemory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "supermemory-agent"
      ],
      "env": {
        "SUPERMEMORY_STORAGE_PATH": "<SUPERMEMORY_STORAGE_PATH>",
        "UALL_DATA_DIR": "<UALL_DATA_DIR>"
      }
    }
  }
}

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

SuperMemory in other clients