Skip to content

v1.5.3 — Public Release

Choose a tag to compare

@Professor-Low Professor-Low released this 22 Feb 17:02
· 28 commits to main since this release

Cerebro v1.5.3 — First Public Release

Autonomous AI agent platform with persistent cognitive memory for Claude Code.

What's Included

  • 49 MCP Tools — persistent memory, causal reasoning, predictive intelligence, session continuity, learning system, and more
  • CLIcerebro init, cerebro doctor, cerebro hooks install
  • 4 Lifecycle Hooks — SessionStart, UserPromptSubmit, PreCompact, SessionEnd
  • Sentence-transformer embeddings — semantic search via FAISS
  • Cross-platform — Windows, macOS, Linux

Quick Start

pip install cerebro-ai[embeddings]
cerebro init
cerebro doctor

Then add to your Claude Code MCP config (~/.claude.json):

{
  "mcpServers": {
    "ai-memory": {
      "command": "cerebro",
      "args": ["serve"]
    }
  }
}

Optional: Install Hooks

cerebro hooks install

Automates memory at session lifecycle events — saving conversations, injecting context, restoring continuity.

Links