Claude Skill
builderz-labs/mission-control
Mission Control is an open-source, self-hosted AI agent orchestration platform. Dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one dashboard. Built with TypeSc...
Overview
Repository
Install this Skill
git clone https://github.com/builderz-labs/mission-control.gitRegistry
git clone https://github.com/builderz-labs/mission-control.gitdocker run --rm -p 3000:3000 ghcr.io/builderz-labs/mission-control:latest
Summary
Mission Control is an open-source, self-hosted AI agent orchestration platform that lets you dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from a single dashboard. Built with TypeScript and Next.js, it supports Claude and other LLMs, integrates with MCP, and stores data in SQLite for easy deployment.
开源AI智能体编排仪表板。管理智能体集群、追踪任务、监控成本并编排工作流。
Key features
- Multi-agent workflow orchestration from a single dashboard
- Self-hosted deployment with SQLite for data privacy
- Task dispatch and real-time monitoring of agent operations
- Spend tracking and governance controls for LLM usage
- Built with TypeScript and Next.js, supports Claude and MCP
Use cases
- Orchestrate AI agents for automated customer support workflows
- Monitor and control LLM spending across multiple teams
- Run complex multi-step research tasks with agent collaboration
- Self-host a private AI operations center for enterprise compliance
- Manage developer tooling pipelines with AI-driven automation
README excerpt
<div align="center"> # Mission Control **Open-source dashboard for AI agent orchestration.** Manage AI agent fleets, dispatch tasks, track costs, and coordinate multi-agent workflows — self-hosted, zero external dependencies, powered by SQLite. [](LICENSE) [](https://nextjs.org/) [](https://typescriptlang.org/) [-brightgreen)](https://github.com/builderz-labs/mission-control) [](https://github.com/builderz-labs/mission-control/stargazers) [](https://github.com/builderz-labs/mission-control/network/members) [](https://github.com/builderz-labs/mission-control/commits/main) [](https://github.com/builderz-labs/mission-control/issues)  </div> --- > **Alpha Software** — Mission Control is under active development. APIs, database schemas, and configuration formats may change between releases. Review the [security considerations](#security) before deploying to production. ## Contents - [Quick Start](#quick-start) - [Why teams adopt Mission Control](#why-teams-adopt-mission-control) - [Use-case recipes](#use-case-recipes) - [Getting Started with