@aiassesstech/missioncontrol
v0.1.18
Published
ANET-AGI-001 Mission Control — AI agent orchestration dashboard. One command to manage agent fleets, tasks, costs, and workflows.
Maintainers
Readme
@aiassesstech/missioncontrol
ANET-AGI-001 Mission Control — the agent orchestration dashboard for managing AI agent fleets.
One command to start a full-featured dashboard with task management, real-time monitoring, cost tracking, and multi-gateway orchestration. Zero external dependencies — runs on SQLite, ships as a single Node.js server.
Quick Start
# Install globally
npm install -g @aiassesstech/missioncontrol
# Initialize configuration
missioncontrol init
# Edit credentials
nano ~/.missioncontrol/.env
# Start the dashboard
missioncontrol start
# Open http://localhost:3000Or use npx without installing:
npx @aiassesstech/missioncontrol start --foregroundCommands
| Command | Description |
|---------|-------------|
| missioncontrol start | Start the server (background) |
| missioncontrol start -f | Start in foreground |
| missioncontrol stop | Stop the running server |
| missioncontrol status | Show server status |
| missioncontrol init | Create ~/.missioncontrol/.env template |
| missioncontrol logs | Show recent log output |
| missioncontrol logs --follow | Tail logs in real time |
| missioncontrol version | Print version |
Configuration
All configuration is done via environment variables. Run missioncontrol init to create a template at ~/.missioncontrol/.env.
| Variable | Default | Description |
|----------|---------|-------------|
| PORT | 3000 | Server port |
| AUTH_USER | admin | Admin username |
| AUTH_PASS | — | Admin password |
| API_KEY | — | API key for headless access |
| OPENCLAW_STATE_DIR | ~/.openclaw | OpenClaw state directory |
| OPENCLAW_CONFIG_PATH | — | Path to openclaw.json |
| MISSIONCONTROL_HOME | ~/.missioncontrol | Config and data root |
What You Get
- 28 panels — Tasks, agents, logs, tokens, memory, cron, alerts, webhooks, pipelines, and more
- Real-time updates — WebSocket + SSE push, smart polling
- Zero external deps — SQLite database, single process, no Redis/Postgres required
- Role-based access — Viewer, operator, and admin roles
- Multi-gateway — Connect to multiple agent gateways simultaneously
- 66 REST API endpoints — Full CRUD for agents, tasks, webhooks, pipelines, and more
- Cost tracking — Token usage with per-model breakdowns
Requirements
- Node.js 20+ (required for
better-sqlite3native module) - macOS, Linux, or Windows (WSL recommended on Windows)
Docker Alternative
If you prefer Docker:
git clone https://github.com/spehargreg/compsi.git
cd compsi/apps/mission-control
docker compose up -dPart of ANET-AGI-001
Mission Control is the fleet management layer of the Compsi AI safety and compliance platform. It serves as the "glass cockpit" for monitoring and orchestrating AI agent operations.
License
MIT — GiDanc AI LLC
