mcpbeat Sign in

Brainbox MCP Server

by thebasedcapital Your server? Claim it
local only

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

Hebbian memory for AI agents. Learns file patterns, predicts next tools, saves tokens.

Installs per day peak 24 · avg 11 · -29% w/w
a month agotoday
44
Installs / week
npm · brainbox-hebbian
13
Stars
0 open issues
22 Feb 2026
Last commit
0 releases in 90 days
MIT
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.

Runs a command on install [пакет] package.json:1
postinstall: node dist/cli.js install
Runs an external command src/bootstrap.ts:103, src/cli.ts:663
    stdout = execSync(cmd, { maxBuffer: 50 * 1024 * 1024, encoding: "utf-8", stdio: ["pipe", "pipe", "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 brainbox -- npx -y brainbox-hebbian
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brainbox": {
      "args": [
        "-y",
        "brainbox-hebbian"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.brainbox]
command = "npx"
args = ["-y", "brainbox-hebbian"]
.cursor/mcp.json
{
  "mcpServers": {
    "brainbox": {
      "args": [
        "-y",
        "brainbox-hebbian"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "brainbox": {
      "args": [
        "-y",
        "brainbox-hebbian"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Brainbox

same job, measured the same way
Stdio Proxy
by undisk-mcp

Undisk MCP: safe file memory for AI agents.

181 installs/wk local only
I
Perseus — Live Context Engine for AI Agents
by tcconnally

Live context engine for AI agents. 27+ MCP tools: health, memory, skills, file trees on demand.

376 installs/wk local only
Context Mem
by jubakitiashvili

Persistent memory for AI agents — 98%+ retrieval recall, 99% token savings, 44 tools

134 installs/wk local only
agentmem
by oxgeneral

Lightweight persistent memory for AI agents. Hybrid search. 16 tools. One SQLite file.

local only
Shodh Memory
by varun29ankus

Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.

82 installs/wk local only
Honcho
by plastic-labs

Memory that reasons: continual learning for stateful agents. Better context, fewer tokens.

answering
Vasperamemory
by rcolkitt

Persistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors.

117 installs/wk local only
AI Context Flow
by plurality

Universal memory for AI agents and tools. Save, organize and search context anywhere.

answering

Brainbox — questions

Answers built from our own checks of this server.

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