Engram
Rank #7516glama/kael-bit/engram-rs
Persistent memory for AI agents — organized by time and space. Important memories get promoted, noise decays naturally, and related knowledge clusters into a browsable topic tree. Fully automatic.
Engram is a Model Context Protocol (MCP) server published by kael-bit. It ranks #7516 of 58,832 servers tracked on MCP Toplist, and its repository has 25 GitHub stars. Engram is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 24, 2026 and most recently updated on Feb 26, 2026.
Ranks ahead of 51,316 of 58,832 servers on MCP Toplist.
Use Engram
Add Engram to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"engram-rs": {
"command": "npx",
"args": [
"-y",
"engram-rs-mcp"
],
"env": {
"ENGRAM_URL": "<your ENGRAM_URL>",
"ENGRAM_API_KEY": "<your ENGRAM_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
kael-bit
Available versions (2)
| Version | Published |
|---|---|
| 0.10.0 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Engram?
- Persistent memory for AI agents — organized by time and space. Important memories get promoted, noise decays naturally, and related knowledge clusters into a browsable topic tree. Fully automatic.
- Who maintains Engram?
- Engram is maintained by kael-bit, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Engram an official MCP server?
- Yes — Engram is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Engram have?
- MCP Toplist tracks 2 versions of Engram, most recently published on Feb 26, 2026.
- Where can I find the source code for Engram?
- The source code for Engram is hosted at github.com/kael-bit/engram-rs.