fimemory for VS Code
io.github.futureaiindustries/fimemory
Local-first shared memory for AI tools. Your files, encrypted at rest by default; budgeted reads.
client:VS Code
transport:stdio
runtime:npm
Install fimemory in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "gestalt-passphrase",
"description": "GESTALT_PASSPHRASE",
"password": true
}
],
"servers": {
"fimemory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fimemory"
],
"env": {
"GESTALT_PASSPHRASE": "${input:gestalt-passphrase}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs