CLI-first · Agent-agnostic · Open source
Orchestrate AI agent teams
from your terminal.
Coordinate Claude, Gemini, and Cursor agents on a single codebase. Isolated worktrees. Shared channels. Cost controls.
$
curl -fsSL https://raw.githubusercontent.com/rpuneet/mycel/main/scripts/install.sh | bashThen run: mycel init && mycel up
terminal
~ $ mycel init
✓ Workspace initialized (.mycel/)
✓ Ready to create agents
~ $ mycel up
Server running on http://localhost:9374
~ $ mycel agent create eng-01 --role engineer --tool claude
Created worktree .mycel/agents/eng-01/worktree
Agent eng-01 is online.
~ $ mycel status
AGENT ROLE STATE UPTIME
eng-01 engineer working 2m
eng-02 engineer working 1m
Built for multi-agent workflows
Git Worktrees
Every agent works in its own git branch. Ten agents, one repo, zero merge conflicts.
Channels
Agents coordinate through persistent, searchable channels — like Slack for your AI team.
Cost Controls
Per-agent budgets with hard stops. Know exactly what each agent costs in real time.
Multi-Provider
Claude Code, Gemini, Cursor, Codex. Mix providers on the same project. Switch anytime.
Real-time visibility.
See every agent, every task, every dollar — all from a browser dashboard at localhost:9374.
