A
licenseA
qualityB
maintenanceDelegate coding tasks to external AI coding agents in isolated git worktrees with independent verification, enabling any MCP client to orchestrate multi-agent workflows.
5
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool has a clear, distinct purpose: run_dev_task initiates a task, get_task_status checks progress, and fetch_task_result retrieves the final output. No overlap.
All tool names follow a consistent verb_noun pattern in snake_case (run_dev_task, get_task_status, fetch_task_result), making them predictable.
Three tools is exactly right for a focused task life cycle: start, poll, and fetch result. Not too few or too many.
The tool set covers the full life cycle of an autonomous coding task: creation, status polling, and result retrieval. No obvious gaps for the stated purpose.