Skip to content
Grok

remem for Grok

io.github.majiayu000/remem

Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.

client:Grok transport:stdio runtime:npm

Install remem in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "remem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@remem-ai/remem"
      ]
    }
  }
}

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

remem in other clients