← Back to browse

engram

Indexed by io.github.NickCirv

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsENGRAM_API_TOKEN ENGRAM_MISTAKE_GUARD ENGRAM_ANTHROPIC_MEMORY_PATH ENGRAM_MCP_CONFIG_PATH ENGRAM_NO_UPDATE_CHECK
Claude Code
claude mcp add --env ENGRAM_API_TOKEN= --env ENGRAM_MISTAKE_GUARD= --env ENGRAM_ANTHROPIC_MEMORY_PATH= --env ENGRAM_MCP_CONFIG_PATH= --env ENGRAM_NO_UPDATE_CHECK= engram -- npx engramx
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"engram","command":"npx","args":["engramx"],"env":{"ENGRAM_API_TOKEN":"","ENGRAM_MISTAKE_GUARD":"","ENGRAM_ANTHROPIC_MEMORY_PATH":"","ENGRAM_MCP_CONFIG_PATH":"","ENGRAM_NO_UPDATE_CHECK":""}}'
JSON
{
  "mcpServers": {
    "engram": {
      "command": "npx",
      "args": [
        "engramx"
      ],
      "env": {
        "ENGRAM_API_TOKEN": "",
        "ENGRAM_MISTAKE_GUARD": "",
        "ENGRAM_ANTHROPIC_MEMORY_PATH": "",
        "ENGRAM_MCP_CONFIG_PATH": "",
        "ENGRAM_NO_UPDATE_CHECK": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.