trackmcp
Back to directory
juno

mcp-server-cloudautomator

View on GitHub

An unofficial MCP server for using Cloud Automator REST API.

0 stars JavaScriptServers & Infrastructure Updated Apr 7, 2025

Documentation

A Cloud Automator MCP server

An unofficial MCP server for using Cloud Automator REST API.

Features

Tools

1. `list-jobs`

    2. `get-job`

      3. `get-log`

        4. `get-resource-operation-results`

          5. `list-job-workflows`

            6. `get-job-workflow`

              7. `list-post-processes`

                8. `get-post-process`

                  9. `list-group-aws-accounts`

                    10. `get-group-aws-account`

                      11. `list-group-google-cloud-accounts`

                        12. `get-group-google-cloud-account`

                          Prerequisites

                          1. Install Node.js

                          2. Create a Cloud Automator API key. To learn more about access tokens, please check out the documentation.

                          Installation

                          Clone the repository

                          bash
                          $ git clone https://github.com/juno/mcp-server-cloudautomator.git

                          Build the project

                          bash
                          $ cd mcp-server-cloudautomator
                          $ npm install
                          $ npm run build

                          Usage with Cline or Claude Desktop

                          json
                          {
                            "mcpServers": {
                              "cloudautomator": {
                                "command": "node",
                                "args": [
                                  "/path/to/mcp-server-cloudautomator/dist/index.js"
                                ],
                                "env": {
                                  "CLOUDAUTOMATOR_API_KEY": ""
                                }
                              }
                            }
                          }

                          Usage with Visual Studio Code

                          Add the following configuration to your `.vscode/mcp.json` file. For more information, please refer to the Use MCP servers in VS Code.

                          json
                          {
                            "mcp": {
                              "servers": {
                                "cloudautomator": {
                                  "type": "stdio",
                                  "command": "node",
                                  "args": [
                                    "/path/to/mcp-server-cloudautomator/dist/index.js"
                                  ],
                                  "env": {
                                    "CLOUDAUTOMATOR_API_KEY": ""
                                  }
                                }
                              }
                            }
                          }

                          Environment Variables

                          • `CLOUDAUTOMATOR_API_KEY`: Your Cloud Automator API key (required)
                          • `CLOUDAUTOMATOR_API_URL`: The base URL for the Cloud Automator API. Default is `https://api.cloudautomator.com/v1/`

                          License

                          This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

                          Frequently asked questions

                          What is mcp-server-cloudautomator?

                          mcp-server-cloudautomator is An unofficial MCP server for using Cloud Automator REST API.

                          How do I install mcp-server-cloudautomator?

                          Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

                          Is mcp-server-cloudautomator open source?

                          Yes — it is hosted on GitHub at https://github.com/juno/mcp-server-cloudautomator.

                          Related MCP tools

                          Run your own MCP server? See who uses it and what to fix.

                          Measure it with TrackMCP