
Engram Abdfaf74
MCP Server
Engram是一款MCP服务器,为AI提供持久性个人记忆,支持混合搜索(BM25 + 语义嵌入 + 知识图谱)、基于艾宾浩斯遗忘曲线的时间衰减和记忆巩固功能,适用于Claude等MCP客户端。
工具数
提示词数
GitHub Stars
资源数
安装说明
本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。
作者 / 组织
199-biotechnologies
提供方
199-biotechnologies
最后核验
2026/5/17 20:19
快速接入
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
目录标签
目录标签
支持客户端
接入字段
传输方式(transport,传输协议)
未说明
鉴权方式(authType,认证方式)
none
工具数量(toolCount,工具数)
11
资源数量(resourceCount,资源数)
0
提示词数量(promptCount,提示词数)
0
权限和风险
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。
仍需确认:installCommand
来源信息
继续浏览同类 MCP
上一个 MCP
Engram 73904cb2
Engram为Claude Code提供跨会话的持久性记忆功能,使用SQLite和本地语义嵌入技术,无需API调用,所有操作均在本地运行。
下一个 MCP
Engram Af0f380f
Engram is a production-ready memory system that gives AI agents persistent, searchable memory across conversations. Think of it as SQLite for agent state - simple, fast, and reliable.\\r\\nFeatures\\r\\n🧠 Hybrid Memory Retrieval - Combines semantic similarity, recency, confidence, and access patterns\\r\\n🔍 Full-Text Search - SQLite FTS5 for fast keyword search\\r\\n🎯 Vector Embeddings - Local embeddings with Xenova/all-MiniLM-L6-v2 (~23MB)\\r\\n🔐 Secret Detection - Automatic detection and redaction of API keys and credentials\\r\\n🧹 Auto-Consolidation - Duplicate detection, contradiction flagging, confidence decay\\r\\n📊 Web Dashboard - Modern React UI for visualizing and managing memories\\r\\n🔌 MCP Server - Model Context Protocol integration for Claude Desktop/Code\\r\\n🚀 REST API - Full-featured HTTP API with CORS support\\r\\n📦 Zero Config - Works out of the box with sensible defaults