crbro-memory
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| crbro_bootA | ⚠️ MANDATORY FIRST ACTION: Boot the CRBRO brain. You MUST call this as your very first action in every new conversation, before doing ANY other work. This loads persistent memory from all previous sessions — projects, decisions, patterns, and preferences the user has built over time. Skipping this means losing all accumulated context and forcing the user to repeat themselves. On first use, initializes the brain structure. On subsequent uses, loads hot topics, active context, and recent session history. |
| crbro_statusA | Get the current status of the CRBRO brain — total neurons, synapses, sessions, and brain path. |
| crbro_learnA | Teach the brain a fact, decision, pattern, or preference about a topic. If the neuron (topic) does not exist, it will be created automatically. Use this to store knowledge that should persist across sessions. |
| crbro_neuronA | Read a specific neuron by ID or name. Returns all facts, decisions, patterns, connections, and heat score. |
| crbro_neuronsA | List all neurons in the brain with optional filters. Returns ID, name, domain, heat, and facts count. |
| crbro_recallA | Search the brain for relevant knowledge using hybrid text search. Returns matching neurons ranked by relevance. |
| crbro_connectA | Create or strengthen a connection (synapse) between two neurons. Synapses track relationships and strengthen with repeated co-access. |
| crbro_connectionsA | Get all connections (synapses) for a specific neuron. Shows related topics with connection strength and type. |
| crbro_session_logA | Log a session summary to the hippocampus. Call at the end of a work session to record what was done. |
| crbro_sessionsB | List recent session logs from the hippocampus. |
| crbro_contextB | Read or update the active working context. Tracks current topics, pending tasks, and last session. |
| crbro_hot_topicsA | Get the hottest topics — neurons with the highest heat scores (based on frequency, recency, and connectivity). |
| crbro_global_mapA | View the global neural map — clusters of related topics and bridges between domains. |
| crbro_maintenanceB | Run brain maintenance — recalculate heat, prune weak synapses, archive cold neurons, rebuild search index. |
| crbro_consolidateA | ⚠️ CALL BEFORE SESSION ENDS: Consolidate the brain at end of session. You MUST call this before the conversation ends if ANY significant work was done (code changes, decisions made, new information learned). This persists all new knowledge, logs the session summary, recalculates topic heat scores, and updates the manifest. Failing to consolidate means this entire session's knowledge is permanently lost. Always provide a meaningful summary of what was accomplished. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Octonove/crbro-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server