← Back to Plugins
MCP Server MCP

io.github.FutureAiIndustries/fimemory

github By github 👁 1 views ▲ 0 votes

Local-first shared memory for AI tools. Your files, encrypted at rest by default; budgeted reads.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...