Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.
claude mcp add engram -- npx -y @hbarefoot/engram
claude_desktop_config.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"engram": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"engram": {
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.HBarefoot--engram/reviews or the review_server meta-tool.
POST /mcp