Frequently Asked Questions
The questions we hear most often about Marblo.
- What is Marblo?
- Marblo is a desktop app that orchestrates multiple AI coding agents simultaneously on a single kanban board. A central orchestrator splits tasks, assigns them to each agent, and tracks progress in real time. It runs on macOS and Windows.
- Which AI agents does it support?
- It runs heterogeneous agents — Claude, GPT/Codex, and Antigravity — at the same time, assigning roles such as backend, frontend, and testing to fit each model's strengths.
- How much does it cost?
- The Free plan is ₩0/month with core features; the Pro plan is ₩19,000/month (about $15) with unlimited projects and agents plus priority support. Team and Enterprise plans are also available.
- Are there separate AI usage fees?
- Yes. Each agent runs on your own API key or subscription. The Marblo fee is the orchestration cost of directing those agents and does not include AI usage fees (bring your own model).
- Does it work on both Mac and Windows?
- Yes. Marblo ships as a desktop app for macOS and Windows, and you can get the installer from the download page.
- What is MCP and why does it matter?
- MCP (Model Context Protocol) is an open standard for connecting AI to tools like files, databases, and APIs. Marblo supports MCP natively, so multiple agents share the same tools and context consistently.
- Is my code safe?
- Every agent runs locally on your machine, so your code is not sent to external servers. That local boundary matters when handling sensitive code and data.
- Won't multiple agents collide editing the same file?
- When needed, Marblo runs agents in isolated git worktrees so parallel work doesn't step on each other's files. Tasks are split by file or module so ownership doesn't overlap.
- How do I track progress?
- Define work as tickets, assign them to agents, and watch each agent's state and completion on a kanban board (TODO → IN_PROGRESS → REVIEW → DONE). A person checks the result at the REVIEW stage.
- Where do I download it?
- Get the macOS/Windows app from the download page. You can start right away on the Free plan.