Engram for Grok
io.github.devinmlowe/engram
Cognitive memory for coding agents: hybrid recall, remember/forget, knowledge graph, nightly dreams.
client:Grok
transport:stdio
runtime:npm
Install Engram in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"engram": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@devinmlowe/engram"
],
"env": {
"ENGRAM_DB_PATH": "<ENGRAM_DB_PATH>",
"ENGRAM_MCP_PORT": "<ENGRAM_MCP_PORT>",
"ENGRAM_MCP_TOKEN": "<ENGRAM_MCP_TOKEN>",
"ENGRAM_MCP_STANDALONE": "<ENGRAM_MCP_STANDALONE>"
}
}
}
}
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