fimemory for Zed
io.github.futureaiindustries/fimemory
Local-first shared memory for AI tools. Your files, encrypted at rest by default; budgeted reads.
client:Zed
transport:stdio
runtime:npm
Install fimemory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fimemory": {
"command": "npx",
"args": [
"-y",
"fimemory"
],
"env": {
"GESTALT_PASSPHRASE": "<GESTALT_PASSPHRASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs