GCloud Cloud Run icon

GCloud Cloud Run

Deploys an HTTP wrapper for the `gcloud-mcp` CLI to Google Cloud Run, enabling programmatic execution of gcloud commands.

Acerca de

This tool streamlines the deployment of the `@google-cloud/gcloud-mcp` command-line interface as an HTTP server on Google Cloud Run. It includes a `Dockerfile` and helper scripts to build, push, and deploy a containerized service that acts as a programmatic interface to `gcloud` commands and `gcloud-mcp` functionalities. By exposing these capabilities via HTTP endpoints, it allows other applications and services to interact with Google Cloud resources and automate administrative tasks without directly invoking the `gcloud` CLI locally, providing a flexible solution for cloud automation and integration.

Características Principales

  • Automated deployment of `@google-cloud/gcloud-mcp` to Google Cloud Run
  • HTTP wrapper for executing `gcloud` CLI commands via API requests
  • Containerization with `Dockerfile` and Artifact Registry integration
  • Scripts for quick deployment and smoke testing of the service
  • Support for Secret Manager integration and custom Service Accounts for enhanced security
  • 0 GitHub stars

Casos de Uso

  • Automating Google Cloud operations from external applications or workflows
  • Building custom web APIs to abstract and manage Google Cloud resources
  • Enabling serverless execution of `gcloud` commands within a secure, managed environment