Cloud Run MCP
MCP server that enables AI agents to deploy applications to Google Cloud Run. Provides tools to deploy file contents or local folders, list and inspect Cloud Run services, retrieve service logs, list GCP projects, and create new projects. Supports local and remote (on Cloud Run itself) deployment modes.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Google Cloud IAM with Cloud Run-specific permissions. Workload Identity for service authentication. SOC2, ISO27001, FedRAMP. Serverless containers — automatic TLS, no infrastructure to manage. VPC connector for private network access.
⚡ Reliability
Best When
You want AI agents to deploy and manage Google Cloud Run services with minimal friction, especially during prototyping or iterative development.
Avoid When
You need multi-cloud deployment, complex orchestration, or are not using Google Cloud Platform.
Use Cases
- • Deploying applications to Cloud Run directly from an AI-powered IDE or CLI
- • Listing and inspecting running Cloud Run services and their logs
- • AI-driven infrastructure management for GCP serverless workloads
- • Rapid prototyping with deploy-from-conversation workflows
- • Managing multiple GCP projects and services via natural language
Not For
- • Non-GCP cloud deployments (AWS, Azure)
- • Complex multi-service orchestration beyond Cloud Run
- • Production CI/CD pipelines (better suited as a developer convenience tool)
Interface
Authentication
Requires Google Cloud SDK authentication via 'gcloud auth login' and 'gcloud auth application-default login'. Remote deployments use IAM-authenticated proxy. OAuth supported via gcloud SDK OAuth client.
Pricing
Apache 2.0 licensed. Cloud Run itself has a generous free tier but requires a GCP billing account for production use.
Agent Metadata
Known Gotchas
- ⚠ Some tools (deploy-local-folder, list-projects, create-project) only available in local mode, not remote
- ⚠ Remote MCP server restricted to same GCP project as the server itself
- ⚠ DNS rebinding protection (ENABLE_HOST_VALIDATION) is disabled by default
- ⚠ SKIP_IAM_CHECK defaults to true, which may lead to permission errors at deploy time rather than preflight
- ⚠ Requires GCP project and billing account setup before first use
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Cloud Run MCP.
Scores are editorial opinions as of 2026-03-06.