Scripts2026年5月29日·1 分钟阅读

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.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Mission Control Overview
直接安装命令
npx -y tokrepo@latest install 83c5914d-5b37-11f1-9bc6-00163e2b0d79 --target codex

先 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

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产