Persistent file-based memory for AI agents: inspectable, versionable, fully local.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
CRBRO is a local MCP (Model Context Protocol) server that gives your AI assistant persistent long-term memory across sessions. It uses a biological neural architecture β cortex, synapses, hippocampus β to store, connect, and retrieve knowledge automatically.
Free and open source (MIT). All 15 tools included β no license, no account, no tiers.
.md/.txt notes and feeds them into the brain~/.crbro/ β inspectable, diffable, and versionable with gitRegister CRBRO at the user level, not per-project. Your brain lives in
~/.crbro/and is shared across every folder β but if you register the server inside a single project, other folders won't have the tools and it will look like the memory is gone. User-level registration makes it available everywhere, which is the whole point.
Claude Code (one command, available in every folder):
Claude Desktop (~/AppData/Roaming/Claude/claude_desktop_config.json):
Cursor (~/.cursor/mcp.json β the one in your home folder, not a project's .cursor/):
Your AI will now have access to 15 memory tools. Start any session with crbro_boot.
| Tool | Description |
|---|---|
crbro_boot | Boot the brain at session start β loads hot topics and context |
crbro_status | Brain status β neurons, synapses, sessions count |
crbro_learn | Store a fact, decision, pattern, or preference |
crbro_neuron | Read a specific neuron (topic) with all its knowledge |
crbro_neurons | List neurons with optional filters (domain, type, heat) |
crbro_recall | Search the brain using hybrid text search |
crbro_connect | Create or strengthen a connection between neurons |
crbro_connections | Get all connections for a neuron |
crbro_session_log | Log a session summary |
crbro_sessions | List recent sessions |
crbro_context | Read/update active working context |
crbro_hot_topics | Get the most active topics by heat score |
crbro_global_map | View the neural network β clusters and cross-domain bridges |
crbro_maintenance | Full brain maintenance β archive, prune, rebuild |
crbro_consolidate | End-of-session consolidation |
Each neuron has a heat score (0.0 - 1.0) calculated from:
The miner is an optional, fully local helper that scans a directory for .md and .txt files (notes, docs, journals) and extracts knowledge into the brain β so CRBRO can learn from what you already wrote, not just from conversations. It never touches the network and never leaves your machine.
Naming note: "miner" here means knowledge mining β extracting facts from your own text files. Nothing to do with cryptocurrency.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/crbro-memory)<a href="https://allmcps.com/mcp/crbro-memory"><img src="https://allmcps.com/api/badge/crbro-memory?style=directory" alt="Crbro Memory on AllMCPs" /></a>