Crbro Memory MCP Server
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. Its README documents 15 tools, including crbro_boot, crbro_inspect, crbro_learn.
People who work with knowledge graph and memory and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-18 · ★ 5 · #34 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Crbro Memory
Claude Code
claude mcp add octonove-crbro-memory -- npx -y crbro-memory Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"octonove-crbro-memory": {
"command": "npx",
"args": [
"-y",
"crbro-memory"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package crbro-memory - unscoped; check the name against the project README before installing
registry namespace io.github.Octonove is GitHub-verified and matches the repo owner
03 · What Crbro Memory can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can remove for good, keeping a copy in .quarantine/ first - entries of a neuron, a whole neuron (two-step with confirm_token), a session log, create, strengthen, set the strength of or delete (action=disconnect) a connection between neurons, read (no arguments) or update the active working context - topics, open items, discard or clear, and find credentials stored in the brain, session logs included - reports the kind, never the value.
The 15 tools it gives your agent
Extracted from the project's README - what crbro-memory lets an agent do.
- crbro_boot
- - Boot the brain at session start - loads hot topics, context, the last three sessions and the retired_tools map
- crbro_inspect
- - Read-only views by id or name: view=status, neuron, neurons, sessions, global_map. view=neuron is an index by default - every entry as id, kind, date and previe
- crbro_learn
- - Store a fact, decision, pattern, preference, error or debt - with the keywords a future question may use. supersedes retires the old version in the same call
- crbro_recall
- - Search every stored line, not just topic names - returns what matched, how confidently, and the topic's next best lines. Several phrasings at once are fused by
- crbro_revise
- - Retire facts (and decisions, patterns, errors, debts via entries) as superseded or retracted, reactivate them with status=active, and edit summary, domain, tags
- crbro_forget
- - Remove for good, keeping a copy in .quarantine/ first - entries of a neuron, a whole neuron (two-step with confirm_token), a session log; restore and merge_into
- crbro_connect
- - Create, strengthen, set the strength of or delete (action=disconnect) a connection between neurons
- crbro_context
- - Read (no arguments) or update the active working context - topics, open items, discard or clear
- crbro_map
- - Keep one living map of how a topic's system works - replaced whole, never patched
- crbro_consolidate
- - End-of-session consolidation - the only way to log a session; links the topics it wrote and syncs spaces
- crbro_maintenance
- - Brain maintenance - heat, pruning, integrity, repair, unarchive, index rebuild
- crbro_audit
- - Find credentials stored in the brain, session logs included - reports the kind, never the value
show all 15 tools
- crbro_secret
- - Put a credential in the OS keychain and keep only its name in the brain
- crbro_space
- - Create, join, sync or leave a team space - a private git repo for shared projects
- crbro_share
- - Put one project into a space, after showing exactly what would be sent; unshare stops following it
Latest releases
v2.4.0 · 2026-09-11
Registering the MCP server does not call it. Unless something runs crbro_boot at the start of a conversation, the assistant answers from nothing - which looks exactly like a memory that does not work. · bash · npx…
v2.2.0 · 2026-09-07
The diary is searchable · Session summaries carry the narrative - what was done, when, in what order, · why a thing was left half-way - and none of it was reachable by content: · "what did we do about Glama on…
v2.1.2 · 2026-09-07
A lock that Windows sometimes refuses is still a lock · The per-neuron write lock is a file created with the exclusive flag: one · creator wins, everyone else sees EEXIST and waits. On Windows the loser can · see EPERM…
04 · Who maintains Crbro Memory
crbro-memory is maintained by octonove. It's the only MCP server we track from this author; the repo dates to May 2026.
05 · Facts
- repository
- github.com/octonove/crbro-memory
- category
- memory - ranked #34 of 304 actively-maintained memory servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-11)
- registry
- io.github.Octonove/crbro-memory (active, first published 2026-08-08 · 30 versions)
- packages
- npm:crbro-memory
06 · Crbro Memory FAQ
Is Crbro Memory still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Crbro Memory do?
With this server connected, an agent can remove for good, keeping a copy in .quarantine/ first - entries of a neuron, a whole neuron (two-step with confirm_token), a session log, create, strengthen, set the strength of or delete (action=disconnect) a connection between neurons, read (no arguments) or update the active working context - topics, open items, discard or clear, and find credentials stored in the brain, session logs included - reports the kind, never the value.
How do I install Crbro Memory?
Run `npx -y crbro-memory`. You can also paste the ready-made client config above.
Does Crbro Memory run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Crbro Memory
Alternatives to Crbro Memory
Maintained memory servers if Crbro Memory isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 162 languages, sub-ms queries, 99% fewer tokens. ★ 43,715 · 2026-09-18
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,449 · 2026-09-17
- Tradememory Protocol Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents. ★ 1,419 · 2026-09-14
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,322 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 984 · 2026-09-09
- Projectmem Coding agent memory - one local MCP server for every project. Warns before repeating failed fixes. ★ 826 · 2026-09-15
Pairs well with
Servers that cover what Crbro Memory doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Emulo · PMB AI · Omega Memory MCP Server · OMEGA Memory · GitHub PR Context
More TypeScript MCP servers · Octopus Blackboard · Rive MCP · AI Context Kit · Cloudflare · Devutils · see all