MCP Server
MCP
io.github.FutureAiIndustries/fimemory
Local-first shared memory for AI tools. Your files, encrypted at rest by default; budgeted reads.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "fimemory",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Passphrase unlocking the encrypted local store (machine-local; optional — fimemory unlock also works)",
"format": "string",
"isSecret": true,
"name": "GESTALT_PASSPHRASE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment