You're viewing a demo portfolio

Join the waitlist
PRSM

create_controller

Active

Tool of cloud.redu/mcp

declared in 2.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cloud.redu/mcp

1/7 registries
View full server →
create_controller — cloud.redu/mcp — PRSM MCP