MCP.so
ログイン

A Cloud Automator MCP server

@juno

A Cloud Automator MCP server について

An unofficial MCP server for using Cloud Automator REST API.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

juno

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

12

`pageNumber` (number); Page number for pagination (default: 1)

`jobId` (number); Job ID

`logId` (number); Log ID

`logId` (number); Log ID

`pageNumber` (number); Page number for pagination (default: 1)

`jobWorkflowId` (number); Job ID

`pageNumber` (number); Page number for pagination (default: 1)

`postProcessId` (number); Post Process ID

`groupId` (number); Group ID

`groupId` (number); Group ID

`groupId` (number); Group ID

`groupId` (number); Group ID

概要

What is A Cloud Automator MCP server?

An unofficial MCP server that wraps the Cloud Automator REST API, allowing you to manage jobs, workflows, post-processes, and cloud accounts through MCP-compatible clients. It is intended for users of Cloud Automator who want to interact with the API using natural language or AI assistants.

How to use A Cloud Automator MCP server?

Install Node.js and create a Cloud Automator API key. Clone the repository, run npm install and npm run build. Then add a cloudautomator server entry to your MCP client configuration (e.g., Cline, Claude Desktop, or VS Code) with command: "node", args pointing to dist/index.js, and env.CLOUD_AUTOMATOR_API_KEY set to your key.

Key features of A Cloud Automator MCP server

  • 12 tools covering jobs, workflows, post-processes, and accounts
  • Pagination support for list operations (pageNumber, pageSize)
  • Retrieve job details and logs with specific IDs
  • Get resource operation results from a job log
  • List and get AWS and Google Cloud accounts by group

Use cases of A Cloud Automator MCP server

  • List all jobs with custom pagination limits
  • Get details of a single job by its ID
  • Retrieve a job log and its associated resource operation results
  • Manage job workflows and post-processes through listing and individual retrieval
  • Browse cloud accounts (AWS and Google Cloud) belonging to a specific group

FAQ from A Cloud Automator MCP server

What are the prerequisites to use this server?

Node.js must be installed, and you need a Cloud Automator API key. Refer to Cloud Automator’s documentation to create one.

How do I configure the server with my API key?

In your MCP client configuration, set the environment variable CLOUDAUTOMATOR_API_KEY to your API key. For example, in a JSON config file under "env".

What transport does this server use?

It uses the stdio transport, as demonstrated in the configuration examples for Cline, Claude Desktop, and VS Code.

Can I change the API base URL?

Yes, the optional environment variable CLOUDAUTOMATOR_API_URL allows you to override the default https://api.cloudautomator.com/v1/.

Is this server officially supported by Cloud Automator?

No, this is an unofficial MCP server. It is provided under the MIT License for use, modification, and distribution.

コメント

「その他」の他のコンテンツ