Settings

Manage security keys, authentication, and integrations.

Account

Username
Login method
MFA status
Enabled Not enabled — register a key below to activate MFA

Security Keys

Key registered! Give it a name so you can recognise it later.

No security keys registered yet.
Loading…

MCP Server

Connect any MCP-compatible AI client (Claude Desktop, Claude Code, Cursor…) to this dashboard. The server is mounted at /mcp and uses a Personal Access Token for auth.

  1. Create a Personal Access Token in Settings → Security Keys → API Tokens (or /tokens).
  2. Copy the token — it starts with vmcli_.
  3. Add the following block to your MCP client config and replace the placeholder:
{
  "mcpServers": {
    "vm-dashboard": {
      "url": "",
      "headers": {
        "Authorization": "Bearer vmcli_<your-pat-here>"
      }
    }
  }
}

Available tools: dashboard_summary, list_jobs, get_job, list_vms, list_ec2_instances, list_amis, list_azure_vms. All tools are read-only — deploy/start/stop actions must be performed through the web UI.

Integrations

Enable and configure optional integrations. Changes take effect immediately.

Reconfigure wizard

Preview features

Early-access features with no extra configuration. Toggle on to reveal them in the nav — changes take effect immediately.

No preview features available.

Loading…