- Engram Rs
Engram Rs
Hierarchical memory for AI agents. Three-layer (buffer/working/core) with automatic decay, promotion, and semantic search.
Overview
Engram gives AI agents persistent, human-like memory. Memories flow through three cognitive layers — buffer (short-term), working (active knowledge), and core (long-term) — with automatic decay, promotion, and consolidation.
Features:
- Semantic search via HNSW vector index
- Automatic deduplication and merging
- Namespace isolation for multi-agent setups
- Session context extraction from LLM conversations
- MCP protocol support (stdio transport)
- Local-first, single-binary Rust server + SQLite
Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
Server Config
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"engram-rs-mcp"
],
"env": {
"ENGRAM_URL": "http://localhost:3917",
"ENGRAM_API_KEY": "",
"ENGRAM_NAMESPACE": ""
}
}
}
}Project Info
Created At
3 months agoUpdated At
3 months agoAuthor Name
kael-bitStar
-Language
-License
-Recommend Servers
View AllRollinggo Hotel Mcp
@longcreat
21 hours ago
Filesystem
@modelcontextprotocol
2 months ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Littleorange Video Mcp
@littleorange-ai
42 minutes ago
Crevio
16 hours ago