engram for Grok
io.github.hbarefoot/engram
Local-first persistent memory for AI agents — SQLite + local embeddings, MCP-native, no cloud.
client:Grok
transport:stdio
runtime:npm
Install engram in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"engram": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hbarefoot/engram"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs