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. Last commit 14 Aug 2026.

Git-backed markdown memory for AI agents; search hides superseded and archived notes.

Installs / week
not published
11
Stars
0 open issues
14 Aug 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 21 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.

Builds a file path from a variable lib/repos.ts:45
  return path.join(VAULTS_DIR, id);
Dumps the whole environment lib/git.ts:79
  for (const [k, v] of Object.entries(process.env)) {

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

Alternatives to Engram

same job, measured the same way
Palinode
by phasespace-labs

Git-versioned markdown memory for AI agents: save, search, compact, lint, and audit.

1 002 installs/wk local only
Inkwell
by veronchenko

Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links

local only
Akb
by dnotitia

Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.

61 installs/wk local only
Agent Memory MCP
by xultrax-web

Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.

113 installs/wk local only
Memwright
by bolnet

Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.

108 installs/wk local only
Web
by rog0x

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

32 installs/wk local only
Perenna
by scarletkc

A lightweight, Git-backed permanent memory for AI agents.

375 installs/wk local only
Web Search
by hec-ovi

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

198 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.
Is Engram open source?
Yes — it is published under the MIT licence, written in TypeScript and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.