productivity
Cloudways MCP, CLI, and Lua Integration for AI Agents
Cloudways integration docs for AI agents: MCP gateway setup, Cloudways CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Cloudways for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
cloudways- route_slug
cloudways- package
cloudways- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Cloudways CLIHeadless setup and direct function calls. Cloudways MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Cloudways MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Cloudways.
Claude Code Cloudways MCP setup for Claude Code. Cursor Cloudways MCP setup for Cursor. Codex Cloudways MCP setup for Codex. OpenAI Agents Cloudways MCP setup for OpenAI Agents SDK. Claude Agent SDK Cloudways MCP setup for Claude Agent SDK. Vercel AI SDK Cloudways MCP setup for Vercel AI SDK. LangChain Cloudways MCP setup for LangChain. LangGraph Cloudways MCP setup for LangGraph. CrewAI Cloudways MCP setup for CrewAI. MCP clients Cloudways MCP setup for Generic MCP Clients.
Cloudways CLI Matrix
Use these pages for direct Cloudways CLI workflows in scripts, CI, cron, and agent wrappers.
CI Cloudways CLI for CI. Cron Jobs Cloudways CLI for cron jobs. Shell Scripts Cloudways CLI for shell scripts. Headless Automation Cloudways CLI for headless automation. Coding Agents Cloudways CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
cloudways.cloudways_list_servers | Read read | 0 | List all servers in the Cloudways account. |
cloudways.cloudways_get_server | Read read | 1 | Get details for a specific Cloudways server. |
cloudways.cloudways_list_apps | Read read | 0 | List all applications across all servers in the Cloudways account. |
cloudways.cloudways_get_app | Read read | 2 | Get details for a specific Cloudways application. |
cloudways.cloudways_list_domains | Read read | 2 | List domains for a specific Cloudways application. |
cloudways.cloudways_list_projects | Read read | 0 | List all projects in the Cloudways account. |
cloudways.cloudways_get_current_user | Read read | 0 | Get the current authenticated Cloudways account information. |