MCP Tools
Starter Kits
Config Files Needed
Zero config.
Just talk.
Three new capabilities that make Cerebro even easier for non-coders.
Quick Task
Zero SetupJust describe what you want. No sessions to create, no agents to configure. Cerebro auto-creates the session, picks the right provider, and delivers.
Project Reader
No Blind EditsBefore making changes, Cerebro reads your folder structure and file contents. Understands your code first, edits with full context.
Visible Terminals
Watch It WorkEach agent task opens a real terminal window showing live progress. See what your AI is doing in real time — no hidden magic.
Three steps.
No coding.
From your idea to a working product, all through conversation.
You Describe
Tell Claude what you want in plain English. Upload screenshots, share ideas, describe features — just like talking to a colleague.
Cerebro Orchestrates
Cerebro breaks your request into tasks, creates specialist AI agents (Designer, Coder, QA), and coordinates their work automatically.
You Get Results
A working product, tested and ready. Cerebro reports back in plain language — no logs, no terminals, just results.
Watch it work
Pick a scenario and watch Cerebro orchestrate AI agents in real time.
Watch Cerebro turn a simple request into a full website
Talk, don't code
Describe what you want the way you'd explain it to a person. No programming languages, no configuration files, no terminal commands.
- Describe features in plain English
- Upload screenshots of bugs or mockups
- Ask for changes naturally — "make the header bigger"
- Get results explained in everyday language
Layouts & UI
HTML, CSS, JS
Testing & Audit
Copy & Social
Your AI team,
built by talking
Create specialist agents just by describing what you need. They remember your preferences, delegate tasks to each other, and improve over time.
- Create agents with natural language — no config files
- Agents delegate to each other automatically
- Use starter kits: Web App, API Service, Content Site
- Add agents from the community marketplace
Never loses
its place
Each task gets a fresh context window — no confusion from old conversations. When you run out of space, session tokens let you continue seamlessly in a new chat.
- Fresh context per task — no accumulated confusion
- Signed session tokens survive chat handovers
- Agent definitions and preferences persist automatically
- Context health monitoring with auto-handover
28 tools.
One install.
Everything you need to go from idea to working product, organized into six categories.
Session Management
Create, resume, pause, end, and list sessions
Task Execution
Quick task, execute, read project, status, review, build, test
Agent Operations
Create, update, remove, delegate, install agent packs
Worker Config
Configure workers, detect providers, set model
Vision Processing
Analyze images, implement from screenshots, compare
Session Handover
Prepare handover, validate tokens, check context health
What’s
shipped
Release history. Click any version to see what changed.
Latest v2.1.0 · Current release
- —Quick Task: zero-setup mode — auto-creates session, picks provider, delivers
- —Project Reader: reads folder structure + file contents before editing
- —Visible Terminals: each agent task opens a real terminal window with live progress
- —Smart Model Routing: configure per-agent / per-provider / per-task models via natural language
- —Vision tools fully wired:
analyze_image,implement_from_image,compare_screenshots - —Build / test / review tools now spawn real CLI workers
- —Agent pack installation loads actual agent definitions from starter kits
- —Context health tracking with caution / critical thresholds
- —Token secret now persisted to
~/.cerebro/secret.key(mode 0600) - —Handover tokens now survive process restarts
v2.0.0 · Major feature release
- —Multi-Provider CLI: Claude Code, OpenAI Codex, and Aider support with intelligent routing
- —Visible Terminal Windows: watch your AI work in real Terminal windows, see every command
- —Auto-Close Terminal: terminals stay open for review by default, or pass
autoCloseTerminal: true - —Smart Model Routing: Sonnet by default, switch with "use Opus"; Codex auto-uses gpt-5.4
- —Auto Git Init for Codex: auto-initializes git repo if needed (Codex requires it)
- —Provider & model shown in task results — Chat tells you which agent/provider/model completed
- —Task description display expanded to 1000 chars
- —Correct model display per provider (no more mismatched model names)
v1.2.0 · Quick Task & Project Reader
- —Quick Task: zero-setup execution — just describe what you want
- —Project Reader: new
read_projecttool reads folder structure + contents - —Provider & model returned in
delegate_to_agentresponse
- —Terminal no longer blocks on Enter press (non-blocking I/O)
- —Auto-open HTML files in browser after task completion
- —Dead code cleanup
v1.0.0 · Initial release · Mar 30, 2026
- —First public release with 24 MCP tools
- —Dual protocol architecture (MCP + A2A)
- —Agent swarm with conversation-based creation
- —Session management with HMAC-SHA256 signed handover tokens
- —Fresh context architecture — no memory rot
- —3 starter kits: web-app, api-service, content-site
- —Built-in agents: Coder, Designer, Marketer, QA
- —SQLite persistence via better-sqlite3
- —Agent Cards published at
/.well-known/agent-card.json - —Confidence scoring for automatic agent routing
- —Agent heartbeat system with real-time presence
- —Message threading between agents
Pre-built teams.
Ready to go.
Install a team with one command. Cerebro auto-spawns the right agents for your project.
Web Application
Complete team for building web apps with frontend, backend, and testing.
install web-app pack API Service
Backend API development with testing and deployment automation.
install api-service pack Content Site
Marketing sites with design, development, and content generation.
install content-site pack Three tiers. One swarm.
Anthropic Skills
Curated open-source templates from Anthropic's official repository. Verified, quality-checked, free.
Official · Apache 2.0Community Agents
User-shared agents with reviews, tags, and use-case examples. Expand your swarm with what others have built.
Shared · ReviewedYour Agents
Agents you create by talking. Private by default, optionally shareable with the community. Yours to keep.
Private · Yours Up and running
in seconds
Install
Add to Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"cerebro": {
"command": "npx",
"args": ["@synvoya/cerebro-mcp"]
}
}
} Restart & Start Building
Restart Claude Desktop. You'll see 28 new tools available. Start with something like:
Optional: Configure CLI Providers
Cerebro auto-detects installed tools. For best results, install at least one:
npm i -g @anthropic-ai/claude-code npm i -g @openai/codex pip install aider-chat Dual protocol
architecture
Built on two Linux Foundation standards for maximum interoperability.
Handles tool communication between Claude and external systems. CLI tools, databases, GitHub, Slack — all connected through one standard.
- - 28 registered tools
- - CLI worker spawning
- - Image processing pipeline
- - Session management
Manages agent delegation and external interop. Any A2A-compliant agent — Salesforce, LangChain, CrewAI — can join your swarm.
- - Agent-to-agent delegation
- - External agent interop
- - Agent Card publishing
- - Task lifecycle management
Ready to build
without coding?
Install Cerebro MCP and start building with your words. Open source, free forever.
npx @synvoya/cerebro-mcp
Apache 2.0 License · Open Source · Made by Synvoya · v2.1.0