Skip to content
Grok

engram for Grok

io.github.nickcirv/engram

Ranked local code-graph context for AI coding agents. Intercepts reads + greps. Apache-2.0.

client:Grok transport:stdio runtime:npm

Install engram 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": {
    "engram": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "engramx"
      ],
      "env": {
        "ENGRAM_API_TOKEN": "<ENGRAM_API_TOKEN>",
        "ENGRAM_MISTAKE_GUARD": "<ENGRAM_MISTAKE_GUARD>",
        "ENGRAM_ANTHROPIC_MEMORY_PATH": "<ENGRAM_ANTHROPIC_MEMORY_PATH>",
        "ENGRAM_MCP_CONFIG_PATH": "<ENGRAM_MCP_CONFIG_PATH>",
        "ENGRAM_NO_UPDATE_CHECK": "<ENGRAM_NO_UPDATE_CHECK>"
      }
    }
  }
}

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

engram in other clients