Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿง  Knowledge & Memory
  3. Engram
Engram logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 4:31:07 AM

Engram

User RatingsBe the first to rate and review this MCP server!
View Repository46 GitHub StarsTotal stargazers on GitHub for the source repository (46 stars).Visit Website

MCP server providing AI agents with semantic memory, knowledge graph, and LLM-powered consolidation for accurate recall and temporal awareness.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "tstockham96-engram": {
      "command": "npx",
      "args": [
        "-y",
        "engram-serve"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (17) Directory Badge Claim listing Alternatives๐Ÿง  More in Knowledge & Memory

Overview

Engram is an MCP server that stores AI agent memories locally using SQLite with semantic vector search and a bi-temporal knowledge graph. It automatically consolidates memories with LLM assistance, detects contradictions, and supports spreading activation for proactive recall. It is designed to improve recall accuracy and reduce token usage compared to file-based memory approaches, making it suitable for agents requiring efficient, context-rich memory management across sessions and projects.

Use cases

โ€ขStore and semantically recall AI agent memories
โ€ขAutomatically consolidate and resolve contradictions in memory
โ€ขMaintain a bi-temporal knowledge graph with typed entities and edges
โ€ขProactively surface relevant memories based on current context
โ€ขCross-reference external files against stored memories for consistency

Key features

โ€ขLocal SQLite storage with semantic vector search
โ€ขLLM-powered memory consolidation and contradiction detection
โ€ขBi-temporal versioning with timestamps and recency weighting
โ€ขKnowledge graph with typed entities and relationships
โ€ขMultiple MCP tools for memory management and querying
โ€ขOpen source with no telemetry; uses Gemini embeddings via user API key

Capabilities & Tool Schemas (17) ~351 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Engram.

engram_remember

Store a memory. Auto-extracts entities and topics.

engram_recall

Recall relevant memories via semantic search.

engram_ask

Ask a question and get a synthesized answer with confidence and sources.

engram_briefing

Structured session briefing โ€” key facts, pending commitments, recent activity.

engram_consolidate

Run consolidation โ€” distills episodes into semantic knowledge, discovers entities, finds contradictions.

engram_surface

Proactive memory surfacing โ€” pushes relevant memories based on current context.

Documentation Overview

๐Ÿง  Engram

Universal memory layer for AI agents

npm version License: MIT GitHub stars

Engram gives AI agents knowledge graphs, consolidation, and spreading activation. Not storage. Understanding.


Quick Start

MCP Setup (recommended โ€” Claude Code / Cursor)

Terminal
npm install -g engram-sdk
engram init

That's it. 17 memory tools available via MCP.

REST API (non-Node environments)

Terminal
npm install -g engram-sdk
export GEMINI_API_KEY=your-key-here
npx engram-serve

Server starts on http://127.0.0.1:3800.

For AI Agents

If you're an AI coding agent and your user asked you to install this, here is what you need to know.

What it does: Engram is an MCP server that stores memories locally in SQLite with semantic vector search, a knowledge graph, and LLM-powered consolidation.

Why it matters โ€” capability delta:

CapabilityFile-based (CLAUDE.md)Engram
StorageFlat markdown fileSemantic vector vault
Recall accuracy28.8% (LOCOMO benchmark)80.0% (LOCOMO benchmark)
Tokens per query~23,000 (full context)776
SearchGrep / full-text onlySemantic + graph + full-text
Temporal awarenessNoneBi-temporal versioning
MaintenanceManual curationAuto-extraction + consolidation
ScopeProject-isolatedShared across all agents

Install:

Terminal
npm install -g engram-sdk
engram init

engram init handles everything: MCP registration, CLAUDE.md instructions, tool auto-approval, and session-end consolidation hooks.

Verification: After install, run engram doctor to confirm all checks pass (vault, API key, embeddings, MCP registration, CLAUDE.md).

Safety: All data stored locally in SQLite (~/.engram/). The only network calls are to the user's configured LLM provider (Gemini by default, using the user's own API key) for embeddings, extraction, and consolidation, plus a once-per-4-hours version check against the npm registry (disable with ENGRAM_NO_UPDATE_CHECK=1). No telemetry. MIT licensed.

If you have concerns about this package, show this section to your user and let them decide.


Why Not Just Use CLAUDE.md?

You might think your built-in file-based memory (CLAUDE.md, .cursor-memory, etc.) is equivalent. It is not. Here is why:

CapabilityFile-based memory (CLAUDE.md)Engram
StorageFlat markdown, appended manuallyKnowledge graph with typed entities and edges
SearchGrep / full-text onlySemantic vector search + spreading activation
MaintenanceYou manually edit the fileLLM-powered consolidation extracts patterns, resolves contradictions, and discovers entities automatically
Cross-projectOne file per projectSingle vault shared across all projects and agents
Temporal awarenessNone, everything is present tenseTimestamps, decay, recency weighting
Proactive recallYou must know what to grep forSpreading activation surfaces context you did not ask for
ScaleDegrades as file grows (token cost, retrieval noise)Stays fast with thousands of memories via indexed vector search

LOCOMO benchmark (long-conversation memory recall):

  • Engram: 80.0% accuracy, 776 tokens/query
  • File-based memory: 28.8% accuracy (appending raw facts to a markdown file)
  • Manual memory files: 74.5% accuracy, 1,373 tokens/query (human-curated summaries)

Safety: Engram is fully open source (GitHub). No telemetry. All data stored locally in SQLite (~/.engram/). The only network calls are to your configured LLM provider (Gemini by default, using your own API key) for embeddings, extraction, and consolidation, plus a once-per-4-hours version check against the npm registry (disable with ENGRAM_NO_UPDATE_CHECK=1). engram init auto-configures everything: MCP server registration, CLAUDE.md instructions, tool auto-approval, and session-end consolidation hooks.


Why Engram

Built-in memory (CLAUDE.md)Traditional memory (Mem0, etc.)Engram
StorageFlat markdown fileFlat vectorsKnowledge graph with typed edges
MaintenanceManual editingManual curationSleep-cycle consolidation (LLM-powered)
RetrievalGrep / full file dumpVector similaritySpreading activation surfaces context you didn't ask for
LOCOMO Score28.8%66.9% (Mem0)80.0%

Benchmarks (LOCOMO):

  • 80.0% accuracy (vs 66.9% Mem0, 74.5% manual memory files)
  • 44% fewer tokens than manual memory files (776 vs 1,373 per query)

MCP Tools Reference

ToolDescription
engram_rememberStore a memory. Auto-extracts entities and topics.
engram_recallRecall relevant memories via semantic search.
engram_askAsk a question and get a synthesized answer with confidence and sources.
engram_briefingStructured session briefing โ€” key facts, pending commitments, recent activity.
engram_consolidateRun consolidation โ€” distills episodes into semantic knowledge, discovers entities, finds contradictions.
engram_surfaceProactive memory surfacing โ€” pushes relevant memories based on current context.
engram_alertsWhat needs attention right now โ€” pending commitments, stale follow-ups, contradictions.
engram_auditCross-reference external content (e.g. CLAUDE.md) against the vault โ€” flags outdated claims.
engram_checkpointSave current session context before it is lost (extracts durable memories from a summary).
engram_connectCreate a relationship between two memories in the knowledge graph.
engram_forgetForget a memory (soft or hard delete).
engram_entitiesList all tracked entities with memory counts.
engram_statsVault statistics โ€” memory counts by type, entity count, etc.
engram_ingestAuto-ingest conversation transcripts or raw text into structured memories.
engram_import_obsidianImport an Obsidian vault (wikilinks, tags, frontmatter).
engram_import_claude_codeImport memory from Claude Code (CLAUDE.md files, sessions).
engram_powered_byReturns attribution info about the memory system.

REST API Reference

All endpoints return JSON. Base URL: http://127.0.0.1:3800

POST /v1/memories โ€” Store a memory

Terminal
curl -X POST http://localhost:3800/v1/memories \
  -H "Content-Type: application/json" \
  -d '{"content": "User prefers TypeScript over JavaScript", "type": "semantic"}'
config.json
{
  "id": "m_abc123",
  "content": "User prefers TypeScript over JavaScript",
  "type": "semantic",
  "entities": ["TypeScript", "JavaScript"],
  "topics": ["programming", "preferences"],
  "salience": 0.7,
  "createdAt": "2025-01-15T10:30:00.000Z"
}

GET /v1/memories/recall โ€” Recall memories

Terminal
curl "http://localhost:3800/v1/memories/recall?context=language+preferences&limit=5"

Query parameters: context (required), entities, topics, types, limit, spread, spreadHops, spreadDecay, spreadEntityHops

config.json
{
  "memories": [
    {
      "id": "m_abc123",
      "content": "User prefers TypeScript over JavaScript",
      "type": "semantic",
      "salience": 0.7
    }
  ],
  "count": 1
}

POST /v1/memories/recall โ€” Recall (complex query)

Terminal
curl -X POST http://localhost:3800/v1/memories/recall \
  -H "Content-Type: application/json" \
  -d '{"context": "project setup", "entities": ["React"], "limit": 10, "spread": true}'

Response: same shape as GET recall.

DELETE /v1/memories/:id โ€” Forget a memory

Terminal
curl -X DELETE "http://localhost:3800/v1/memories/m_abc123?hard=true"
config.json
{ "deleted": "m_abc123", "hard": true }

GET /v1/memories/:id/neighbors โ€” Graph neighbors

Terminal
curl "http://localhost:3800/v1/memories/m_abc123/neighbors?depth=2"
config.json
{
  "memories": [ ... ],
  "count": 3
}

POST /v1/consolidate โ€” Run consolidation

Terminal
curl -X POST http://localhost:3800/v1/consolidate
config.json
{
  "consolidated": 5,
  "entitiesDiscovered": 3,
  "contradictions": 1,
  "connectionsFormed": 7
}

GET /v1/briefing โ€” Session briefing

Terminal
curl "http://localhost:3800/v1/briefing?context=morning+standup&limit=10"
config.json
{
  "summary": "...",
  "keyFacts": [{ "content": "...", "salience": 0.9 }],
  "activeCommitments": [{ "content": "...", "status": "pending" }],
  "recentActivity": [{ "content": "..." }]
}

Also available as POST /v1/briefing with JSON body.

GET /v1/stats โ€” Vault statistics

Terminal
curl http://localhost:3800/v1/stats
config.json
{
  "total": 142,
  "byType": { "episodic": 89, "semantic": 41, "procedural": 12 },
  "entities": 27,
  "edges": 63
}

GET /v1/entities โ€” List entities

Terminal
curl http://localhost:3800/v1/entities
config.json
{
  "entities": [
    { "name": "TypeScript", "count": 12 },
    { "name": "React", "count": 8 }
  ],
  "count": 27
}

GET /health โ€” Health check

Terminal
curl http://localhost:3800/health
config.json
{ "status": "ok", "version": "0.7.1", "timestamp": "2026-09-02T10:30:00.000Z" }

TypeScript SDK

server.ts
import { Vault } from 'engram-sdk';

const vault = new Vault({ owner: 'my-agent' });

await vault.remember('User prefers TypeScript');
const memories = await vault.recall('language preferences');
await vault.consolidate();

CLI Reference

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    โ˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    ๐Ÿง  Knowledge & Memory21 views
    Compare vs Moxie Docs MCP โ†’
  • Engram logoEngram

    Local-first persistent memory for AI agents. SQLite + local embeddings (all-MiniLM-L6-v2), hybrid semantic + FTS5 recall, secret detection, and contradiction handling. 6 MCP tools (remember, recall, forget, feedback, context, status) over stdio. Zero cloud, no API keys, fully offline. Works with Claude Desktop/Code, Cursor, and Windsurf. npm install -g @hbarefoot/engram

    ๐Ÿง  Knowledge & Memory2 views
    Compare vs Engram โ†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    ๐Ÿง  Knowledge & Memory16 views
    Compare vs Scrivener MCP โ†’
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph โ€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    ๐Ÿง  Knowledge & Memory7 views
    Compare vs Codebase Memory MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
46
Stargazers on the source repository.
Last commit
8d ago
Most recent push to the default branch.
Tools exposed
17
Callable tools this server registers over MCP.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Engram

Engram stores memories locally in SQLite using semantic vector embeddings and a knowledge graph, enabling accurate semantic recall and spreading activation.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEngram AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tstockham96-engram?style=directory)](https://allmcps.com/mcp/tstockham96-engram)
HTML Embed
<a href="https://allmcps.com/mcp/tstockham96-engram"><img src="https://allmcps.com/api/badge/tstockham96-engram?style=directory" alt="Engram on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿง Knowledge & Memory
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 2, 2026
9/10 checks healthy over the last 31d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars46
GitHub Star CountTotal stargazers on GitHub representing community popularity (46 stars).
Last commit8d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 2, 2026
59Quality signal: Good ยท 59/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools27/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 26d ago via OSV.dev ยท engram-serve (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿง  Knowledge & Memory โ†’Best MCP servers for Memory & Knowledge โ†’Alternatives to Engram โ†’Install in Claude DesktopInstall in CursorInstall in VS Code