🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

engram-rs-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

engram-rs-mcp

MCP server for engram — hierarchical memory engine for AI agents

latest
Source
npmnpm
Version
0.14.0
Version published
Maintainers
1
Created
Source

engram-rs-mcp

MCP server for engram — persistent, brain-like memory for AI agents.

Works with Claude Code, Cursor, Windsurf, OpenClaw, and any MCP-compatible editor.

Quick Setup

{
  "mcpServers": {
    "engram": {
      "command": "npx",
      "args": ["-y", "engram-rs-mcp"],
      "env": {
        "ENGRAM_URL": "http://localhost:3917",
        "ENGRAM_API_KEY": "",
        "ENGRAM_NAMESPACE": ""
      }
    }
  }
}

Claude Code

claude mcp add -s user engram -- npx -y engram-rs-mcp

Cursor / Windsurf

Add the config above to .cursor/mcp.json or equivalent.

Environment Variables

VariableDefaultDescription
ENGRAM_URLhttp://localhost:3917engram server URL
ENGRAM_API_KEYBearer token for auth
ENGRAM_NAMESPACENamespace for project isolation

Tools

ToolDescription
engram_storeStore a memory with optional importance, tags, kind
engram_recallHybrid search with budget, time filters, reranking
engram_resumeSession recovery — core + recent + topic index + triggers
engram_topicDrill into topic clusters by ID from the knowledge index
engram_recentList recent memories by time window
engram_searchQuick keyword search
engram_extractLLM-powered text → structured memories
engram_consolidateRun promotion/decay/merge cycle
engram_triggersPre-action safety recall
engram_statsLayer counts and status
engram_healthHealth check
engram_deleteDelete a memory by ID
engram_updateUpdate importance, tags, or layer
engram_trashList soft-deleted memories
engram_restoreRestore from trash
engram_factsInsert fact triples
engram_repairFix FTS index + backfill embeddings

What is engram?

Persistent memory organized along two dimensions — time (three-layer lifecycle: Buffer → Working → Core) and space (self-organizing topic tree). Automatic decay, promotion, dedup, LLM-powered quality gates, and topic clustering. Single binary, ~9 MB.

See the main repo for full documentation.

License

MIT

Keywords

mcp

FAQs

Package last updated on 27 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts