mcpbeat Sign in

Crbro Memory MCP Server

local only

Crbro Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 1 557 installs a week from npm. Last commit 1 Sep 2026.

Persistent file-based memory for AI agents: inspectable, versionable, fully local.

Installs per day peak 142 · avg 10 · +3560% w/w
a month agotoday
1 557
Installs / week
npm · crbro-memory
4
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

        execSync(`schtasks /Delete /TN "${TASK_NAME}" /F`, { 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 crbro-memory -- npx -y crbro-memory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crbro-memory": {
      "args": [
        "-y",
        "crbro-memory"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crbro-memory]
command = "npx"
args = ["-y", "crbro-memory"]
.cursor/mcp.json
{
  "mcpServers": {
    "crbro-memory": {
      "args": [
        "-y",
        "crbro-memory"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crbro-memory": {
      "args": [
        "-y",
        "crbro-memory"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Crbro Memory

same job, measured the same way
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

486 installs/wk local only
Sage
by l33tdawg

Persistent, consensus-validated institutional memory for AI agents. Runs locally.

local only
Waggle MCP
by abhigyan-shekhar

Persistent graph-backed conversational memory for AI agents.

42 installs/wk local only
D
Memnode
by memnode

Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.

answering
Banyan Memory
by labacacia

Persistent, governed local memory for MCP-compatible AI clients.

local only
Omega Memory
by omega-memory

Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.

local only
Aifp MCP
by wjabanjj

Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.

167 installs/wk local only
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

104 installs/wk answering

Crbro Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Crbro Memory?
Crbro Memory 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 crbro-memory was installed 1 557 times last week.
How do I connect Crbro Memory?
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 crbro-memory straight from npm; nothing to host, nothing to sign up for.
How many people use Crbro Memory?
The npm package crbro-memory was installed 1 557 times in the last week. Week over week that is +3560%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Crbro Memory open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 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.