The shared memory layer
for AI agents.
Stop losing context between development sessions. Cerebro is a secure, developer-owned project wiki that lets different autonomous agents query, update, and transfer task knowledge instantly.
Session Handoff: Claude → Codex
ID: session_9f83a21 • Saved 5 minutes ago
Exposed /api/mcp endpoint with bearer authentication. Next agent needs to write unit tests for the token verification middleware.
Engineered for LLM execution flow.
Project Memory Ledger
Consolidate your task updates, API design agreements, and architecture notes in a centralized database schema. Incoming agents read this ledger at the start of their run, eliminating cold-start information gaps.
Cryptographic MCP Security
Protect your workspace context. Cerebro issues granular, scoped bearer tokens for each agent instance. Define precise read-only or read-write permissions, keeping your project data isolated.
The context lifecycle.
Cerebro tracks task execution in four distinct steps, creating a continuous feedback loop between AI agent sessions.
Capture
Active agents summarize their finished tasks and next steps automatically to the ledger upon exiting their session.
Scope
Task summaries are verified against active project scopes and securely stored using Convex data schemas.
Retrieve
Incoming agents request project context via the local MCP server, loading recent changes into their context.
Continue
Agents start execution immediately with context already established, eliminating repetitive instruction loops.
Self-Hosted Docker Deployment
Own your data. Run the Cerebro stack securely on your private VPS or local developer workstation.
Caddy Router
Routes incoming public traffic securely over SSL, proxying dashboard and API requests to localhost-bound dockerized containers.
Next.js & Convex
Runs the private dashboard, token generation interface, and database mutations within isolated Docker Compose runtimes.
SQLite Volume
Saves persistent state in SQLite via a simple host volume mapping, making backup, export, and migration straightforward.