Mission Control

Active
GitHub TypeScript MIT

Description

Self-hosted AI agent orchestration platform for dispatching tasks, running multi-agent workflows, monitoring spend, and governing operations

Key Features

  • Self-hosted AI agent orchestration dashboard with 32 panels for tasks, agents, logs, security, and more
  • Real-time updates via WebSocket and SSE with smart polling that pauses when idle
  • Zero external dependencies: SQLite backend with single `pnpm start` to run
  • Role-based access control with viewer, operator, admin roles and Google Sign-In
  • Multi-gateway support: OpenClaw, CrewAI, LangGraph, AutoGen, Claude SDK adapters
  • Skills Hub for browsing, installing, and security-scanning agent skills from registries

Use Cases

💡 Standing up a local AI operations control center in 5 minutes
💡 Running multi-agent workflows with quality gates and audit trails
💡 Monitoring agent trust scores, spending, and security telemetry in real-time
💡 Integrating existing CLI agents (Claude Code, Codex) with centralized observability

Quick Start

```bash
git clone https://github.com/builderz-labs/mission-control.git
cd mission-control
bash install.sh --local
# Open http://localhost:3000/setup to create admin account
```

Related Projects