create_controller
ActiveTool of cloud.redu/mcp
Creates a self-configuring controller VM on redu.cloud. Auto-discovers your network, Ubuntu image, and flavor. Generates and uploads an SSH keypair if you don't have one. The VM bootstraps itself — no SSH or VPN needed. After ~7 minutes, authorize the fleet (run the authorize.sh one-liner it returns) then call trigger_agent_batch.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"github_pat",
"repo"
],
"properties": {
"repo": {
"type": "string",
"minLength": 1,
"description": "GitHub repo to run agents on, e.g. 'owner/repo'"
},
"github_pat": {
"type": "string",
"minLength": 1,
"description": "GitHub Personal Access Token (repo + workflow scopes)"
},
"worker_count": {
"type": "integer",
"default": 3,
"maximum": 5,
"minimum": 1,
"description": "Number of worker VMs to provision (default 3)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
cloud.redu/mcp
1/7 registries