mcpbeat Sign in

Engram MCP Server

local only

Engram runs on your own machine — the client starts it, so there is no endpoint to ping. 118 installs a week from npm. Last commit 22 Jun 2026.

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

Installs per day peak 81 · avg 27 · -50% w/w
a month agotoday
118
Installs / week
npm · engramx
141
Stars
9 open issues
22 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.mjs
Runs an external command src/update/install.ts:104
    const r = spawnSync(manager, ["--version"], {
Known vulnerability in the package engramx · GHSA-2r2p-4cgf-hv7h
Touches key and credential files src/intercept/context.ts:248
  if (lower === "id_rsa" || lower === "id_ed25519" || lower === "id_ecdsa" || lower === "id_dsa") {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add engram -- npx -y engramx
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "engram": {
      "args": [
        "-y",
        "engramx"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.engram]
command = "npx"
args = ["-y", "engramx"]
.cursor/mcp.json
{
  "mcpServers": {
    "engram": {
      "args": [
        "-y",
        "engramx"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "engram": {
      "args": [
        "-y",
        "engramx"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ENGRAM_API_TOKEN (Optional HTTP bearer token. Auto-generated at ~/.engram/http-server.token if unset.), ENGRAM_MISTAKE_GUARD (Pre-mortem warnings: '1' = warn, '2' = deny. Unset = off, zero overhead.), ENGRAM_ANTHROPIC_MEMORY_PATH (Override path to Claude Code's Auto-Memory MEMORY.md.), ENGRAM_MCP_CONFIG_PATH (Override path to ~/.engram/mcp-providers.json (plugin MCP server declarations).), ENGRAM_NO_UPDATE_CHECK (Set to '1' to disable passive update notice. Auto-disabled when $CI is set.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Engram

same job, measured the same way
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
ivygrep
by bvolpato

Local code search and task context packs for coding agents

local only
Kivgraph
by luqueee

Cross-repository semantic code intelligence for AI coding agents, from a local code graph.

local only
Sippion
by sitten-tokyo

Local read-only repository context retrieval for AI coding agents.

local only
Code Context Gate
by wisdomrock

Context-aware code retrieval MCP server — ranked, gated results for AI coding agents

27 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Codemesh
by pyalwin

Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster

30 installs/wk local only
repoctx
by nugehs

Local-first code context, impact analysis, and merge-readiness verdicts for AI agents.

87 installs/wk local only

Engram — questions

Answers built from our own checks of this server.

Why is there no uptime for Engram?
Engram runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package engramx was installed 118 times last week.
How do I connect Engram?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls engramx straight from npm; nothing to host, nothing to sign up for.
How many people use Engram?
The npm package engramx was installed 118 times in the last week. Week over week that is -50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Engram open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 141 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.