Mission Control is a self-hosted control plane for AI agents, providing a web UI to dispatch tasks, inspect runs, review failures, and track spend, backed by SQLite. It supports runtimes like OpenClaw, Claude Code, Codex, and other tools, with a TypeScript codebase and MIT license.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Self-hosted control plane for operating AI agents. Dispatch tasks, inspect runs, review failures, track spend, and coordinate agent runtimes from one local dashboard backed by SQLite.
How it works
The runtime is self-hosted and workspace-aware. SQLite stores local control-plane state. Shared workspaces can use deployment-level runtime integrations. A gateway is optional for task, project, agent, scheduler, webhook, and cost work; live session messaging needs a connected runtime gateway. Access surfaces include Web UI, CLI, MCP server, REST API, WebSocket, and SSE.
Getting started
Start locally requires Node.js 22 or newer and pnpm. The repository provides install scripts and commands:
git clone https://github.com/builderz-labs/mission-control.git
cd mission-control
bash install.sh --local
Open http://localhost:3000/setup to create the admin account. For headless access, export MC_URL and MC_API_KEY:
export MC_URL=http://localhost:3000
export MC_API_KEY=replace-with-your-api-key
CLI usage examples are provided:
pnpm mc agents list --json
pnpm mc tasks queue --agent scout --json
pnpm mc events watch --types agent,task
Docker deployment options are shown as:
docker compose up
And a hardened deployment example:
docker compose -f docker-compose.yml -f docker-compose.hardened.yml up -d
Getting started (continued)
The project provides a deployment guide covering persistent data, TLS termination, gateway connectivity, and standalone builds. It also documents agent setup, orchestration, and deployment options across local, Docker, standalone, reverse proxy, and VPS setups.
Recent releases
Latest releases include:
- v2.3.0 (2026-07-25): Dependency Security Patch, Toolchain Refresh & Locale Integrity; patches 13 known dependency vulnerabilities (8 high severity).
- v2.2.0 (2026-07-17): Security Hardening & Workspace Isolation; adds native workspace isolation foundations and modernizes frontend and release toolchain.
- v2.1.0 (2026-07-04): Mission Control 2.1 with merged work and security-audit sprint.
- v2.0.1 (2026-03-18): Patch release consolidating post-2.0.0 changes.
- v2.0.0 (2026-03-11): Major release introducing feat/refactor baseline.
Traction
Stars: 5927 Forks: 24 Open issues: 10
Behind the repo
Not applicable here as no linked startup/company is specified beyond Builders Labs team.
Caveats
License: MIT. Alpha status noted in README; APIs, schemas, and configuration may change between releases. Access controls and security surfaces exist, but alpha status applies.






