Engram
Rank #8,288io.github.HBarefoot/engram
Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.
Engram is a Model Context Protocol (MCP) server published by hbarefoot. It ranks #8,288 of 132,046 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Engram is listed across 4 registries — Official MCP, Glama, mcp.so and PulseMCP, with 1 tracked version. It was first listed on Feb 5, 2026 and most recently updated on Jun 24, 2026.
Ranks ahead of 123,758 of 132,046 servers on MCP Toplist.
Use Engram
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add engram -- npx -y @hbarefoot/engram start[mcp_servers.engram]
command = "npx"
args = ["-y", "@hbarefoot/engram", "start"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"engram": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram",
"start"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.HBarefoot%2Fengram)<a href="https://mcptoplist.com/server/io.github.HBarefoot%2Fengram"><img src="https://mcptoplist.com/badge/io.github.HBarefoot%2Fengram.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
hbarefoot
Available versions (1)
| Version | Published |
|---|---|
| 1.6.3 | Jun 24, 2026 |
Frequently asked questions
- Who maintains Engram?
- Engram is maintained by hbarefoot, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Engram listed on the Official MCP Registry?
- Yes — Engram is listed on the Official MCP Registry, alongside Glama, mcp.so and PulseMCP.
- How many versions does Engram have?
- MCP Toplist tracks 1 version of Engram, most recently published on Jun 24, 2026.
- Where can I find the source code for Engram?
- The source code for Engram is hosted at github.com/hbarefoot/engram.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.