kael-bit/engram-rs
Memory engine for AI agents — time axis (3-layer decay/promotion) + space axis (self-organizing topic tree). Hybrid search, LLM consolidation. Single Rust binary.
This project helps AI agents manage and organize their knowledge, much like a human brain. It takes in raw information like notes, observations, or instructions, and automatically prioritizes what's important, forgets what's not, and groups related ideas. The output is a highly organized, easily searchable memory that an AI agent can use to make better decisions and perform tasks more effectively.
Use this if you are building an AI agent that needs to intelligently manage a growing base of knowledge, learn from experience, and recall relevant information efficiently without being overwhelmed by irrelevant details.
Not ideal if you need a simple, flat storage for all data without any sophisticated organization, forgetting, or learning mechanisms.
Stars
20
Forks
2
Language
Rust
License
MIT
Category
Last pushed
Mar 03, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/kael-bit/engram-rs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
doobidoo/mcp-memory-service
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude....
Dataojitori/nocturne_memory
A lightweight, rollbackable, and visual Long-Term Memory Server for MCP Agents. Say goodbye to...
spences10/mcp-memory-libsql
🧠 High-performance persistent memory system for Model Context Protocol (MCP) powered by libSQL....
gannonh/memento-mcp
Memento MCP: A Knowledge Graph Memory System for LLMs
mkreyman/mcp-memory-keeper
MCP server for persistent context management in AI coding assistants