Back to Home
GoogleCloudPlatform icon

cloud-run-mcp

Verified Safe

by GoogleCloudPlatform

Overview

Enables MCP-compatible AI agents to deploy applications to Google Cloud Run, abstracting underlying GCP infrastructure operations.

Installation

Run Command
npx -y @google-cloud/cloud-run-mcp

Environment Variables

  • GOOGLE_CLOUD_PROJECT
  • GOOGLE_CLOUD_REGION
  • DEFAULT_SERVICE_NAME
  • SKIP_IAM_CHECK
  • ENABLE_HOST_VALIDATION
  • ALLOWED_HOSTS
  • GCP_STDIO
  • PORT

Security Notes

By default, the HTTP server disables `ENABLE_HOST_VALIDATION`, which can make it vulnerable to DNS Rebinding attacks if exposed publicly without a proxy. Users are explicitly warned about this and provided with options to enable host validation via environment variables. `SKIP_IAM_CHECK` defaults to `true`, making deployed Cloud Run services publicly accessible, which is a configurable deployment choice rather than a code vulnerability. No 'eval' or obvious obfuscation detected. Relies on standard Google Cloud SDKs for authentication and API interactions.

Similar Servers

Stats

Interest Score97
Security Score7
Cost ClassLow
Avg Tokens100
Stars518
Forks86
Last Update2026-01-19

Tags

Cloud RunGCPDeploymentAI AgentsMCP