Brainbox MCP Server

Hebbian memory system for AI agents — learns access patterns, builds neural pathways, saves tokens

Local serverstdio

What is the Brainbox MCP server?

Brainbox MCP server exists for a simple reason — assistants are far more useful when they can act on Brainbox directly instead of describing what you should do. Hebbian memory system for AI agents — learns access patterns, builds neural pathways, saves tokens.

What you get

Hebbian memory for AI coding agents. Learns which files you access together, which errors lead to which fixes, and which tool chains you use most — then recalls them instantly.

Setting it up

The server ships on npm as tsx, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What the assistant can call

Once Brainbox is connected, these are the calls the assistant has available:

  • Uninstall — The Uninstall tool exposed by this server

Configuration and credentials

  • Node.js 18+ - macOS or Linux (FSEvents daemon is macOS-only, everything else is cross-platform)

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the brainbox mcp server does with a few real requests.

Choosing this one

This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Brainbox's toolset — Uninstall — is a fair guide to whether it matches your workflow. It is maintained by thebasedcapital; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Brainbox's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
UninstallThe Uninstall tool exposed by this server.

How to install the Brainbox MCP server

{
  "mcpServers": {
    "brainbox": {
      "command": "npx",
      "args": ["-y", "tsx"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 18+ - macOS or Linux (FSEvents daemon is macOS-only, everything else is cross-platform)

Example prompts to try

  • Use Brainbox to Uninstall.

Frequently asked questions

It connects Brainbox to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Uninstall) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Brainbox directly.