Cette page est affichée en anglais. Une traduction française est en cours.
ScriptsMay 29, 2026·2 min de lecture

Mission Control — Self-Hosted AI Agent Orchestration Dashboard

Mission Control is a self-hosted platform for dispatching tasks to AI agents, running multi-agent workflows, monitoring token spend, and governing AI operations from a single dashboard built with Next.js.

Prêt pour agents

Installation agent prête

Cet actif peut être installé après choix du runtime, vérification du plan et exécution de la commande adaptée.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Mission Control Overview
Commande d'installation directe
npx -y tokrepo@latest install 83c5914d-5b37-11f1-9bc6-00163e2b0d79 --target codex

À exécuter après confirmation du plan en dry-run.

Introduction

Mission Control is a self-hosted web dashboard for orchestrating AI coding agents. It provides a central interface for dispatching tasks, monitoring agent activity, tracking token costs, and managing multi-agent workflows without relying on third-party SaaS platforms.

What Mission Control Does

  • Dispatches tasks to Claude Code, Codex, and other coding agents
  • Monitors active agent sessions with real-time status updates
  • Tracks token usage and cost across all agent interactions
  • Orchestrates multi-agent workflows with task dependencies
  • Provides a governance layer with approval policies for sensitive operations

Architecture Overview

Mission Control is a Next.js application backed by SQLite for local-first data storage. It communicates with coding agents through CLI adapters that translate dashboard actions into agent commands. The dashboard uses server-sent events for real-time status updates from running agents. MCP (Model Context Protocol) integration enables tool and context sharing.

Self-Hosting & Configuration

  • Clone the repository and install dependencies with npm
  • Configure API keys for target AI providers in environment variables
  • Set up agent adapters for Claude Code, Codex, or other supported agents
  • Define workflow templates for recurring multi-step tasks
  • Configure cost budgets and alert thresholds per team or project

Key Features

  • Unified dashboard for managing multiple AI coding agents
  • Real-time session monitoring with tool call visibility
  • Token cost tracking with per-agent and per-project breakdowns
  • Multi-agent workflow orchestration with task dependencies
  • Self-hosted with SQLite — no external database required

Comparison with Similar Tools

  • Vibe Kanban — task-board interface; Mission Control is a full operations dashboard
  • oh-my-openagent — CLI-first agent switching; Mission Control is web-dashboard-first
  • ECC — performance optimization; Mission Control is operations management
  • Langfuse — LLM observability; Mission Control adds task dispatch and governance

FAQ

Q: Does Mission Control replace my coding agent? A: No. It orchestrates and monitors agents. You still need Claude Code, Codex, or another agent installed.

Q: Can I use it with a single agent? A: Yes. Even with one agent, the cost tracking and session monitoring features are useful.

Q: Is an external database required? A: No. Mission Control uses SQLite by default for zero-dependency local deployment.

Q: Does it support team collaboration? A: Yes. Multiple users can share the dashboard, view agent activity, and manage shared workflows.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires