Self-hosted control plane for AI agents: dispatch tasks, review runs, track spend, and operate OpenClaw, Claude Code, Codex, and other runtimes.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mission-control": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mission-control"
]
}
}
}