Skip to content
Grok

engrm for Grok

io.github.dr12hes/engrm

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

client:Grok transport:stdio runtime:npm

Install engrm in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "engrm": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "engrm"
      ]
    }
  }
}

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

engrm in other clients