mcpbeat Sign in

Fimemory MCP Server

by futureaiindustries Your server? Claim it
local only

Fimemory runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 22 Aug 2026.

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

Installs per day peak 135 · avg 4
a month agotoday
48
Installs / week
npm · fimemory
0
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const r = spawnSync(c.cmd, c.args, { input: text, encoding: "utf8" });
    other = statSync(path.join(parent, flipped));

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fimemory -- npx -y fimemory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fimemory": {
      "args": [
        "-y",
        "fimemory"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fimemory]
command = "npx"
args = ["-y", "fimemory"]
.cursor/mcp.json
{
  "mcpServers": {
    "fimemory": {
      "args": [
        "-y",
        "fimemory"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fimemory": {
      "args": [
        "-y",
        "fimemory"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GESTALT_PASSPHRASE (Passphrase unlocking the encrypted local store (machine-local; optional — fimemory unlock also works)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fimemory

same job, measured the same way
Perseus Vault — persistent, encrypted memory for AI agents
by perseus-computing-llc

Persistent, encrypted, deterministic memory for AI agents. Local-first, 173 canonical tools.

local only
shyn
by shyn

Local-first ambient memory for your Mac — pages, meetings, notes, encrypted on-device.

local only
Plur
by plur-ai

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

785 installs/wk local only
Threadctx MCP
by threadctx-dev

Shared memory MCP server for AI coding agents — local by default, team-shared via threadctx.dev.

58 installs/wk local only
Yggdrasil
by vondervuflya

One shared, durable memory for your AI coding agents — local-first, zero-dependency.

341 installs/wk local only
Continuum
by pouyahasanamreji

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

local only
C
Transfer
by 83blue-upload

Free no-signup file transfer for AI agents. Files encrypted at rest (video excepted). Share by url.

9 tools answering
Neurakeep
by dominiclachance

Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.

31 installs/wk local only

Fimemory — questions

Answers built from our own checks of this server.

Why is there no uptime for Fimemory?
Fimemory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package fimemory was installed 48 times last week.
How do I connect Fimemory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fimemory straight from npm; nothing to host, nothing to sign up for.
How many people use Fimemory?
The npm package fimemory was installed 48 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fimemory open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.