- 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 AllAmap Maps
@amap
高德地图官方 MCP Server
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Gpt Scrambler
2 days ago