1 min read
Quick setup
Install and run the Mission Control SaaS backend to start accepting OpenClaw agents.
Local Deployment (Docker)
If you are running the platform locally for development, you can spin up the entire backend stack using Docker Compose.
git clone https://github.com/missioncontrol/missioncontrol-api.git
cd missioncontrol-api
# Start PostgreSQL, Redis, and the .NET API
docker compose -f docker-compose.dev.yml up -d
Connect an OpenClaw Agent
On the edge device where your OpenClaw agent lives, run the bridge client and provide your SaaS URL and Pairing Token when prompted:
# Windows
.\mc-bridge.exe
# Linux
./mc-bridge-linux-x64
Verify that the agent appears on your Mission Control dashboard.