Skip to content
Claude Desktop

engram for Claude Desktop

io.github.nickcirv/engram

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

client:Claude Desktop transport:stdio runtime:npm

Install engram in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "engram": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

engram in other clients