Cloud Automator MCP Server
by juno
An unofficial MCP server for using the Cloud Automator REST API. It provides a set of tools to interact with Cloud Automator resources.
Last updated: N/A
What is Cloud Automator MCP Server?
This is an unofficial MCP server that allows you to interact with the Cloud Automator REST API. It provides a command-line interface to manage jobs, logs, workflows, and AWS/Google Cloud accounts within Cloud Automator.
How to use Cloud Automator MCP Server?
- Clone the repository. 2. Install Node.js. 3. Create a Cloud Automator API key. 4. Build the project using
npm install
andnpm run build
. 5. Configure the server in Cline, Claude Desktop, or Visual Studio Code by providing the path to the builtindex.js
file and your API key as an environment variable.
Key features of Cloud Automator MCP Server
List jobs with pagination
Get a job with a specific ID
Get a job log with a specific ID
Get resource operation results for a job log
List job workflows with pagination
Manage AWS and Google Cloud accounts associated with groups
Use cases of Cloud Automator MCP Server
Automating Cloud Automator tasks from the command line
Integrating Cloud Automator with other tools and services
Managing and monitoring Cloud Automator jobs and resources
Fetching logs and results for analysis and reporting
FAQ from Cloud Automator MCP Server
What is Cloud Automator?
What is Cloud Automator?
Cloud Automator is a service for automating cloud infrastructure tasks.
Do I need a Cloud Automator account to use this server?
Do I need a Cloud Automator account to use this server?
Yes, you need a Cloud Automator account and an API key to authenticate with the service.
What environment variables are required?
What environment variables are required?
The CLOUDAUTOMATOR_API_KEY
environment variable is required. Optionally, you can set CLOUDAUTOMATOR_API_URL
.
Where can I find the Cloud Automator API documentation?
Where can I find the Cloud Automator API documentation?
The documentation is available at https://support.serverworks.co.jp/hc/ja/articles/6051827207193
What license is this server under?
What license is this server under?
This MCP server is licensed under the MIT License.