cabrain
01Plugin Claude Code
Plugin marketplace listing 1 plugin: cabrain.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cabrain.
Plugin Claude Code
Give Claude Code a persistent, hybrid-recall memory brain. Bundles the CaBrain MCP (recall/retain + brains + datasources), memory-first slash commands, a curator agent, and an onboarding connector. Powered by the cabrain CLI.
Agent
Onboarding + setup agent for CaBrain. Use to connect a client to a brain, install/upgrade the CLI, mint tokens, create/list brains, or wire a data source. Handles the "get me set up" and "connect my other session" tasks.
Agent
Memory-first knowledge agent for a CaBrain brain. Use when a task touches durable knowledge — "what do we know about X", researching a topic before acting, or capturing a decision/learning. Recalls before answering and retains what's new.
Command
List the CaBrain brains this token can reach, with memory counts.
Command
Wire the CaBrain MCP into another client (Claude Desktop, Codex, Gemini, Cursor).
Command
Diagnose the CaBrain setup — CLI installed, on PATH, logged in, MCP reachable.
Command
Create a new empty named CaBrain brain (optionally with a scoped token).
Command
Recall memories from a CaBrain brain (hybrid vector + BM25 + rerank).
Command
Store a memory into a CaBrain brain (runs the write-decision + embeds).
Command
Show CaBrain connection status — endpoint + which brains you can reach.
Hook
Runs when a session starts, running cabrain hook rules. From togo-framework/cabrain-cli.
Hook
Runs when you submit a prompt, before the agent sees it, running cabrain hook recall. From togo-framework/cabrain-cli.
Skill Claude CodeCodex
The recall→answer/act→retain discipline for working with a CaBrain brain. Use whenever a task touches durable knowledge — questions about people/projects/decisions, researching before acting, or capturing something learned. Makes the brain the source of truth instead of guessing.
MCP server Claude CodeCodexCursor +2
Connect any AI client (Claude Desktop/Code, Codex, Gemini, Cursor) to the CaBrain memory system — one binary that is both the MCP server and its installer. Runs locally from the cabrain-cli npm package.