mcpbeat Sign in

Engram MCP Server

by devinmlowe Your server? Claim it
local only

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

Cognitive memory for coding agents: hybrid recall, remember/forget, knowledge graph, nightly dreams.

Installs per day peak 182 · avg 8
a month agotoday
249
Installs / week
npm · @devinmlowe/engram
1
Stars
33 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 15 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/preflight.cjs
        self._proc = subprocess.Popen(
    execFile(cmd, args, { encoding: "utf8", windowsHide: true, maxBuffer: 16 * 1024 * 1024, cwd: opts.cwd, env: opts.env ?? process.env, timeout: opts.timeoutMs }, (err, stdout, stderr) => {
Dumps the whole environment interfaces/hermes-plugin/mcp_client.py:69
        env = dict(os.environ)

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 @devinmlowe/engram
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "engram": {
      "args": [
        "-y",
        "@devinmlowe/engram"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.engram]
command = "npx"
args = ["-y", "@devinmlowe/engram"]
.cursor/mcp.json
{
  "mcpServers": {
    "engram": {
      "args": [
        "-y",
        "@devinmlowe/engram"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "engram": {
      "args": [
        "-y",
        "@devinmlowe/engram"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ENGRAM_DB_PATH (SQLite database path (default: <data dir>/engram.db, i.e. ~/.local/share/engram/engram.db)), ENGRAM_MCP_PORT (Port of the optional engram HTTP daemon to bridge to (default 9907)), ENGRAM_MCP_TOKEN (Bearer token forwarded to the HTTP daemon when it requires one), ENGRAM_MCP_STANDALONE (Set to 1 to never bridge: always run the full server in-process). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Engram

same job, measured the same way
Yantrikdb MCP
by yantrikos

Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection

1 446 installs/wk local only
Reverie
by knowall

Graph memory that dreams: Neo4j knowledge-graph memory for AI agents with hybrid search

local only
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

24 installs/wk local only
Memory
by sharedmemoryai

Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.

34 installs/wk local only
GoMind
by gominddb

Persistent knowledge graph for AI agents. Remember, recall, and forget facts.

answering
Alaya MCP
by securityronin

Local memory engine for AI agents with knowledge graphs, forgetting, and semantic recall

62 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only
Shodh Memory
by varun29ankus

Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.

63 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 @devinmlowe/engram was installed 249 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 @devinmlowe/engram straight from npm; nothing to host, nothing to sign up for.
How many people use Engram?
The npm package @devinmlowe/engram was installed 249 times in the last week. 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 MIT licence, written in TypeScript, 1 stars on GitHub and 33 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.