v0.1.0 — Cerebro Memory
Cerebro AI v0.1.0
49 MCP tools for persistent AI memory, causal reasoning, and predictive intelligence.
Install
pip install cerebro-ai
cerebro initQuick 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