From e7b761dbae279bb60bc4244cf078b37795bbab04 Mon Sep 17 00:00:00 2001 From: Thomas Stockham Date: Mon, 23 Feb 2026 20:17:11 -0700 Subject: [PATCH] Add engram-sdk to Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd0d62c9..9acc9ee3 100644 --- a/README.md +++ b/README.md @@ -1071,6 +1071,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [dodopayments/contextmcp](https://github.com/dodopayments/context-mcp) 📇 ☁️ 🏠 - Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search. - [doobidoo/MCP-Context-Provider](https://github.com/doobidoo/MCP-Context-Provider) 📇 🏠 - Static server that provides persistent tool-specific context and rules for AI models - [doobidoo/mcp-memory-service](https://github.com/doobidoo/mcp-memory-service) 📇 🏠 - Universal memory service providing semantic search, persistent storage, and autonomous memory consolidation +- [engram-sdk](https://github.com/tstockham96/engram) 📇 🏠 🍎 🪟 🐧 - Universal memory layer for AI agents with vector search, automatic consolidation, bi-temporal recall, and MCP tools. Zero-dependency Node.js server, works with any LLM provider. - [entanglr/zettelkasten-mcp](https://github.com/entanglr/zettelkasten-mcp) 🐍 🏠 - A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, and search atomic notes through Claude and other MCP-compatible clients. - [g1itchbot8888-del/agent-memory](https://github.com/g1itchbot8888-del/agent-memory) 🐍 🏠 - Three-layer memory system for agents (identity/active/archive) with semantic search, graph relationships, conflict detection, and LearningMachine. Built by an agent, for agents. No API keys required. - [ErebusEnigma/context-memory](https://github.com/ErebusEnigma/context-memory) 🐍 🏠 🍎 🪟 🐧 - Persistent, searchable context storage across Claude Code sessions using SQLite FTS5. Save sessions with AI-generated summaries, two-tier full-text search, checkpoint recovery, and a web dashboard.