Cover image
MCP-Server-Cloudautomator
Public

MCP-Server-Cloudautomator

Try Now
2025-04-07

Un servidor MCP no oficial para usar la API REST de Automator Cloud.

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

A Cloud Automator MCP server

An unofficial MCP server for using Cloud Automator REST API.

Features

Tools

  1. list-jobs
  • List all jobs with pagination
  • Inputs:
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-job
  • Get a job with a specific ID
  • Inputs:
    • jobId (number); Job ID
  1. get-log
  • Get a job log with a specific ID
  • Inputs:
    • logId (number); Log ID
  1. get-resource-operation-results
  • Get resource operation results which belongs to the job log with a specific ID
  • Inputs:
    • logId (number); Log ID
  1. list-job-workflows
  • List all job workflows with pagination
  • Inputs:
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-job-workflow
  • Get a job workflow with a specific ID
  • Inputs:
    • jobWorkflowId (number); Job ID
  1. list-post-processes
  • List all post processes with pagination
  • Inputs:
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-post-process
  • Get a post process with a specific ID
  • Inputs:
    • postProcessId (number); Post Process ID
  1. list-group-aws-accounts
  • List all AWS accounts which belongs to the group with a specific ID, with pagination
  • Inputs:
    • groupId (number); Group ID
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-group-aws-account
  • Get an AWS account which belongs to the group with a specific ID
  • Inputs:
    • groupId (number); Group ID
    • awsAccountId (number); AWS account ID
  1. list-group-google-cloud-accounts
  • List all Google Cloud accounts which belongs to the group with a specific ID, with pagination
  • Inputs:
    • groupId (number); Group ID
    • pageNumber (number); Page number for pagination (default: 1)
    • pageSize (number); Number of jobs to return (default: 10)
  1. get-group-google-cloud-account
  • Get an Google Cloud account which belongs to the group with a specific ID
  • Inputs:
    • groupId (number); Group ID
    • googleCloudAccountId (number); Google Cloud account ID

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

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

Build the project

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

Usage with Cline or Claude Desktop

{
  "mcpServers": {
    "cloudautomator": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-cloudautomator/dist/index.js"
      ],
      "env": {
        "CLOUDAUTOMATOR_API_KEY": "<YOUR_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.

{
  "mcp": {
    "servers": {
      "cloudautomator": {
        "type": "stdio",
        "command": "node",
        "args": [
          "/path/to/mcp-server-cloudautomator/dist/index.js"
        ],
        "env": {
          "CLOUDAUTOMATOR_API_KEY": "<YOUR_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.

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • ravitemer
  • Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)

  • pontusab
  • La comunidad de cursor y windsurf, encontrar reglas y MCP

  • jae-jae
  • Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.

  • patruff
  • Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo

  • av
  • Ejecute sin esfuerzo LLM Backends, API, frontends y servicios con un solo comando.

  • chongdashu
  • Habilite clientes asistentes de IA como Cursor, Windsurf y Claude Desktop para controlar el motor irreal a través del lenguaje natural utilizando el Protocolo de contexto del modelo (MCP).

  • Mintplex-Labs
  • La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.

    Reviews

    3 (1)
    Avatar
    user_8exQNb3h
    2025-04-17

    I recently started using mcp-server-cloudautomator by juno, and it has revolutionized my cloud automation processes. The interface is user-friendly and the documentation on GitHub is thorough, making integration seamless. Anyone looking to optimize their server management should definitely give it a try. Highly recommended!