Engram
@ayvazyan10
关于 Engram
Persistent AI memory backend with semantic search and knowledge graph.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"@engram-ai-memory/mcp@latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Engram?
Engram is a universal AI memory backend that gives any AI model a persistent, growing brain. It stores memories in a local SQLite database with full-text search, vector semantic search, and a knowledge graph that connects related concepts.
How to use Engram?
Install the server with npx -y @engram-ai-memory/mcp@latest. Configure it as an MCP server in any compatible client such as Claude Desktop by adding the command and arguments to the mcpServers section of your client’s configuration.
Key features of Engram
- Semantic search finds memories by meaning, not just keywords
- 7-step knowledge graph traversal connects related memories
- Contradiction detection automatically flags conflicting beliefs
- Local-first – all embeddings run on-device, no API keys needed
- Universal – works with Claude, OpenAI, Ollama, and any MCP client
- 18 built-in MCP tools for memory management
Use cases of Engram
- Storing and retrieving past conversations, decisions, and events (episodic memory)
- Maintaining a persistent knowledge base of facts and beliefs (semantic memory)
- Recording how-to instructions, workflows, and code patterns (procedural memory)
- Detecting and resolving contradictory information in an AI’s knowledge base
- Providing long-term context to AI models across sessions and clients
FAQ from Engram
What types of memory does Engram support?
Engram supports three memory types: episodic (past events and conversations), semantic (facts and beliefs), and procedural (how-to instructions and workflows).
Does Engram require API keys or cloud services?
No. Engram is local-first – all embedding and search run on-device, and no data leaves your machine. No API keys are needed.
Which AI clients can use Engram?
Engram works with Claude, OpenAI, Ollama, and any MCP-compatible client.
Where are memories stored?
Memories are stored in a local SQLite database on your machine.
What MCP tools does Engram provide?
Engram offers 18 tools, including store_memory, search_memory, recall_context, add_knowledge, check_contradictions, resolve_contradiction, forget, tag_memory, list_tags, decay_sweep, decay_policy, re_embed, embedding_status, index_status, memory_stats, plugin_list, webhook_subscribe, and webhook_list.
记忆与知识 分类下的更多 MCP 服务器
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨

Memory
modelcontextprotocolModel Context Protocol Servers
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
评论