
BrainBrainBrains
Give your coding agent persistent project memory and shared context across sessions via BrainBrainBrains’ 17 MCP tools.
Overview
io.github.aiaiohhh/bbb-mcp-server is a MCP server for the Build phase that provides persistent memory and a 17-tool context layer for AI dev teams.
What is this MCP server?
- 17 MCP tools for persistent memory and dev-team context
- Requires --project flag naming the BBB database per install
- Stdio server via npx bbb-mcp-server (npm, v0.4.4)
- BrainBrainBrains branding with brainbrainbrains.com site
- GitHub core repo aiaiohhh/bbb-mcp-server-core
- 17 MCP tools documented in registry description
- Package version: 0.4.4 (npm identifier bbb-mcp-server)
- Transport: stdio with runtimeHint npx
What problem does it solve?
Agents forget yesterday’s architecture choices and repeat questions because nothing durable ties sessions to your project.
Who is it for?
Indie builders running multi-session agent development on one product who want structured persistent memory per project.
Skip if: One-off scripts with no ongoing agent work or teams that cannot pass a stable --project identifier in MCP config.
What do I get? / Deliverables
You register BBB with a named project so the agent stores and recalls team context through 17 dedicated MCP tools.
- Project-scoped BBB database wired to your agent via MCP
- Access to 17 memory and context tools during build sessions
- Continuity of decisions and notes across agent conversations
Recommended MCP Servers
Journey fit
Long-lived memory and team context layers belong in Build when you are actively shipping features with agents day after day. Agent-tooling subphase is the canonical shelf for MCP servers that extend what the agent remembers and retrieves.
How it compares
Persistent memory MCP with 17 tools, not a deployment or security proxy server.
Common Questions / FAQ
Who is BrainBrainBrains MCP for?
Solo builders and tiny dev teams using MCP agents who need durable, project-scoped memory instead of fresh context every session.
When should I use BrainBrainBrains MCP?
Use it during build and ongoing operate iteration once a codebase has enough decisions that forgetting context slows you down.
How do I add BrainBrainBrains MCP to my agent?
Add a stdio MCP server running npx bbb-mcp-server with the required --project <my-project> argument in Claude Code or your host’s MCP config.