fimemory for Grok
io.github.futureaiindustries/fimemory
Local-first shared memory for AI tools. Your files, encrypted at rest by default; budgeted reads.
client:Grok
transport:stdio
runtime:npm
Install fimemory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fimemory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fimemory"
],
"env": {
"GESTALT_PASSPHRASE": "<GESTALT_PASSPHRASE>"
}
}
}
}
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