mcpbeat Sign in

RCLL MCP Server

local only

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

Self-hosted shared memory for a team of AI agents. Rooms, L0-L3 depth, no LLM on the read path.

Installs per day peak 304 · avg 10
a month agotoday
67
Installs / week
npm · fleet-memory-mcp
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 17 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.

File ships in the package but is absent from the source [пакет] server.js:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command hindsight-all-npm/src/server.ts:105
    const child = spawn(cmd, args, { stdio: 'pipe' });

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 fleet-memory -- npx -y fleet-memory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fleet-memory": {
      "args": [
        "-y",
        "fleet-memory-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fleet-memory]
command = "npx"
args = ["-y", "fleet-memory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fleet-memory": {
      "args": [
        "-y",
        "fleet-memory-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fleet-memory": {
      "args": [
        "-y",
        "fleet-memory-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to RCLL

same job, measured the same way
Threadctx MCP
by threadctx-dev

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

28 installs/wk local only
D
Recall — persistent memory for agents
by workers-notdown-app-recall

Persistent memory for AI agents. Free, no LLM, no SDK. Open Worker you can self-host in 2 commands.

5 tools answering
Pindoc
by var-gg

Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.

local only
Repo Memory
by yubinkim444

Shared, git-tracked working memory for AI agents on the same codebase.

99 installs/wk local only
Robrain
by adelinamart

Self-hosted decision memory for AI coding agents; warns before re-proposing a rejected approach.

76 installs/wk local only
Strata
by agenerationforwordz-tech

Self-hosted AI memory server. Persistent memory on your hardware, not the cloud.

16 installs/wk local only
Writespace MCP
by write-space

Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

answering
Plur
by plur-ai

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

1 215 installs/wk local only

RCLL — questions

Answers built from our own checks of this server.

Why is there no uptime for RCLL?
RCLL 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 fleet-memory-mcp was installed 67 times last week.
How do I connect RCLL?
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 fleet-memory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use RCLL?
The npm package fleet-memory-mcp was installed 67 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 RCLL open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.