Productivity|Development|AI / ML|Cloud|Database|DevOpsTypeScript

mission-control

Self-hosted AI agent orchestration platform.

Free
N/A rating (0 reviews)0 installs3,869 GitHub stars
AIorchestrationself-hosted

Manage AI agent fleets, dispatch tasks, track costs, and coordinate multi-agent workflows — self-hosted, zero external dependencies, powered by SQLite.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mission-control": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-mission-control"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.