Docs

AI Agents

Let Claude, Codex or any MCP agent deploy and manage your cloud, safely.

AletCloud exposes its control plane over the Model Context Protocol (MCP), so AI coding agents can create and manage resources on your behalf using a scoped Personal Access Token (PAT). Works with Claude Code, Codex, Cursor and any MCP-compatible tool.

What agents can do

  • Servers — create, list, start/stop/restart, resize, rebuild and delete VPS; open consoles and read live stats.
  • Apps — create hosting projects, deploy and redeploy apps, manage environment variables, read build and runtime logs.
  • Databases — create and manage instances, read credentials and logs.
  • Storage — create buckets, mint and revoke access keys, presign URLs, connect buckets to apps.
  • Domains — search and register domains, manage DNS records and nameservers.
  • Account — check wallet balance, usage and transactions.

Connect an agent

  1. 1In the console, go to Settings → Access Tokens and create a Personal Access Token with the scopes you want to allow.
  2. 2Add the AletCloud MCP endpoint to your AI coding tool, using the token as a bearer credential.
  3. 3Ask your agent to deploy or manage resources — review the audit trail, and revoke the token any time.

Example MCP configuration

{
  "mcpServers": {
    "aletcloud": {
      "url": "https://mcp.aletcloud.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_PERSONAL_ACCESS_TOKEN"
      }
    }
  }
}
Grant least privilege — issue read-only or narrowly scoped tokens, review the audit log, and revoke any token instantly from the console. You are responsible for actions taken with tokens you issue.

Can't find what you need? We're happy to help.

Loading AletCloud...