mcpbeat Sign in

Robrain MCP Server

by adelinamart Your server? Claim it
local only

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

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

Installs per day peak 619 · avg 121 · -68% w/w
a month agotoday
84
Installs / week
npm · robrain
81
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

Runs a command on install [пакет] package.json:1
postinstall: node scripts/chmod-bin.cjs
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

…e[o]}}),Qe("at");var Ze=function(t,e){return b(i[t].prototype[e])},tr=(Ze("Array","at"),TypeError),er=function(t,e){if(!delete t[e])throw new tr("Cannot delete property "+Y(e)+" of "+Y(t))},rr=Math.min,nr=[].copyWithin||function(t,e){var r=it(this),n=de(r),o=he(t,n),i=he(e,n),a=a…

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

This one needs environment variables set before it will start: PERCEPTION_API_URL (Perception API URL. Optional — read from ~/.robrain/config.json after `npx robrain up`.), PERCEPTION_API_KEY (Perception API key. Optional — read from ~/.robrain/config.json after `npx robrain up`.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Robrain

same job, measured the same way
Projectmem
by riponcm

Coding agent memory — one local MCP server for every project. Warns before repeating failed fixes.

805 installs/wk local only
Lockstep
by lockstep-team-agent

Decision memory for AI coding agents: captures decisions once, briefs every agent before it acts.

27 installs/wk local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
Peon Mem
by vineetv2

Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.

531 installs/wk local only
Sprintra
by sprintra-io

The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.

32 installs/wk answering
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
CogSession
by premanand8800

Session memory for AI coding agents: records decisions and dead ends, flags what went stale.

98 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering

Robrain — questions

Answers built from our own checks of this server.

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