fimemory for Claude Desktop
io.github.futureaiindustries/fimemory
Local-first shared memory for AI tools. Your files, encrypted at rest by default; budgeted reads.
client:Claude Desktop
transport:stdio
runtime:npm
Install fimemory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fimemory": {
"command": "npx",
"args": [
"-y",
"fimemory"
],
"env": {
"GESTALT_PASSPHRASE": "<GESTALT_PASSPHRASE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs