mcpbeat Sign in

Engram Cc MCP Server

by morous-dev Your server? Claim it
local only

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

Universal AI coding assistant memory — session handoff, SLM compression, and semantic retrieval.

Installs per day peak 19 · avg 9 · +66% w/w
a month agotoday
38
Installs / week
npm · @morous-dev/engram-cc
2
Stars
0 open issues
15 Mar 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
JavaScript

What the code does

We read the source, 2 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 -e "console.log('EngramCC postinstall: skipped automatic setup. Run engramcc inside your project folder to initialize local .engram-cc/.')"
  const result = spawnSync(command, ["--version"], {

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

Alternatives to Engram Cc

same job, measured the same way
Memorykit
by rapozoantonio

Cognitive memory for AI coding assistants — persistent memory across sessions

110 installs/wk local only
Session Forge
by 420247jake

Persistent memory and session intelligence for AI coding assistants. Zero config.

52 installs/wk local only
ContextStream
by contextstream

Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).

answering
Llmref
by llmref

Versioned documentation registry and semantic search for AI tools and coding assistants.

4 tools answering
RecallMax-Neural
by evozim

Semantic context compression and cognitive memory layer for LLM swarms.

answering
Meridian
by ajc3xc

Persistent memory, task coordination, and HITL queue for AI coding sessions.

69 installs/wk 235 tools answering
Pensyve
by major7apps

Universal memory runtime for AI agents — episodic, semantic, and procedural memory.

answering
Marm MCP Server
by lyellr88

Universal MCP Server with advanced AI memory capabilities and semantic search.

1 796 installs/wk local only

Engram Cc — questions

Answers built from our own checks of this server.

Why is there no uptime for Engram Cc?
Engram Cc 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 @morous-dev/engram-cc was installed 38 times last week.
How do I connect Engram Cc?
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 @morous-dev/engram-cc straight from npm; nothing to host, nothing to sign up for.
How many people use Engram Cc?
The npm package @morous-dev/engram-cc was installed 38 times in the last week. Week over week that is +66%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Engram Cc open source?
Yes — it is published under the AGPL-3.0 licence, written in JavaScript and 2 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.