Engram MCP Server

Engram makes your AI coding agent stop re-reading the same files - and stop repeating mistakes your repo already fixed. It runs locally over stdio via the published package.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-22 · ★ 140 · #67 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Engram

before you install - you'll need

Set ENGRAM_GREP_INTERCEPT, ENGRAM_READ_DEDUP, ENGRAM_MISTAKE_GUARD, ENGRAM_NO_UPDATE_CHECK before connecting.

Claude Code

claude mcp add nickcirv-engram -- npx -y engramx

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nickcirv-engram": {
      "command": "npx",
      "args": [
        "-y",
        "engramx"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package engramx - unscoped; check the name against the project README before installing

registry namespace io.github.NickCirv is GitHub-verified and matches the repo owner

03 · What Engram can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v4.5.0 · 2026-06-21

[4.5.0] - 2026-06-21 - "Reach" · two ways to put the right context in front of an agent with less · waste - displace redundant context across providers instead of concatenating it, · and point a spawned sub-agent at…

v4.4.0 · 2026-06-14

engram measure --session (Token-loop C, whole-session break-even-P curve); cluster-bootstrap CIs on the recall bench (ranker lift +5.0pp [+1.7, +8.5], excludes 0 → real); query/gen fail loudly on a bad --project (#92)…

v4.3.0 · 2026-06-05

04 · Who maintains Engram

engram is maintained by nickcirv. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
memory - ranked #67 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-06-21)
registry
io.github.NickCirv/engram (active, first published 2026-04-24 · 5 versions)
packages
npm:engramx

06 · Engram FAQ

What is Engram?

Engram makes your AI coding agent stop re-reading the same files - and stop repeating mistakes your repo already fixed. It runs locally over stdio via the published package.

Is Engram still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-22 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Engram?

Run `npx -y engramx`. The README documents 4 environment variables (ENGRAM_GREP_INTERCEPT, ENGRAM_READ_DEDUP, ENGRAM_MISTAKE_GUARD…) to set first. Set ENGRAM_GREP_INTERCEPT, ENGRAM_READ_DEDUP, ENGRAM_MISTAKE_GUARD, ENGRAM_NO_UPDATE_CHECK before connecting. You can also paste the ready-made client config above.

Does Engram run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Engram

Pairs well with

Servers that cover what Engram doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Mnemon MCP · Kg · Nodedex · Genome · Server Json

More TypeScript MCP servers · Pubcrawl · Redacta MCP · Swissgroceries MCP · Agentic Ads · Nifra docs · see all