Skip to content

v0.1.0 — Cerebro Memory

Choose a tag to compare

@Professor-Low Professor-Low released this 16 Feb 05:45
· 47 commits to main since this release

Cerebro AI v0.1.0

49 MCP tools for persistent AI memory, causal reasoning, and predictive intelligence.

Install

pip install cerebro-ai
cerebro init

Quick Setup

Add to ~/.claude/mcp.json:

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

What's Included

  • Memory: Hybrid semantic + keyword search, conversation saving, knowledge base
  • Learning: Solution tracking, correction detection, pattern promotion
  • Reasoning: Causal models, working memory, active reasoning chains
  • Prediction: Failure anticipation, pattern checking, preventive actions
  • Self-Model: Confidence tracking, introspection, hallucination checking
  • Privacy: Secret detection, redaction, sensitive content filtering

Requirements

  • Python 3.10+
  • Optional: pip install cerebro-ai[embeddings] for semantic search (sentence-transformers + FAISS)

Full docs: https://github.com/Professor-Low/Cerebro