
Google Cloud Run
Deploy containerized services and revisions to Google Cloud Run from your agent when you are ready to put a build online.
Overview
com.googleapis.run/mcp is a MCP server for the Ship phase that lets agents deploy applications to Google Cloud Run over streamable HTTP.
What is this MCP server?
- Google Cloud Run MCP titled server, version 2.0.0
- Streamable HTTP remote at run.googleapis.com/mcp
- Deploy applications to Cloud Run via agent tools
- Suited to containerized APIs, workers, and small SaaS backends
- Pairs with GCP auth in MCP clients used by solo shippers
- Server version 2.0.0 (title: Google Cloud Run)
- Remote: https://run.googleapis.com/mcp, type streamable-http
- Primary capability: deploy applications to Cloud Run
What problem does it solve?
You are ready to go live on GCP but deploying to Cloud Run still means memorizing CLI flags or clicking through deploy wizards outside your agent.
Who is it for?
Solo builders shipping containerized APIs or web backends to Cloud Run who want agent-assisted deploys after build and test.
Skip if: Bare-metal or Kubernetes-only teams, local-only prototypes with no GCP account, or users who need full pipeline orchestration beyond Run deploy APIs.
What do I get? / Deliverables
Your agent can trigger Cloud Run deploy flows via MCP so shipping a containerized app stays in the same session as your last code changes.
- Agent-invoked Cloud Run application deployments
- Service and revision updates without manual gcloud repetition
- Faster path from passing build to hosted HTTPS endpoint
Recommended MCP Servers
Journey fit
Shipping a working artifact to a public or staging URL is the Ship phase—Cloud Run deploy is the moment you leave local dev for managed production hosting. Launch is the canonical shelf for go-live deploy actions: pushing images, services, and revisions to Cloud Run after tests pass.
How it compares
Cloud Run deploy MCP integration, not an agent skill for Dockerfile authoring or Ship-phase test plans.
Common Questions / FAQ
Who is com.googleapis.run/mcp for?
Solo and indie developers on Google Cloud who containerize apps and use MCP agents to push services to Cloud Run.
When should I use com.googleapis.run/mcp?
Use it in Ship when promoting a tested image or configuration to Cloud Run staging or production—not when you are still scoping features in Validate.
How do I add com.googleapis.run/mcp to my agent?
Add https://run.googleapis.com/mcp as streamable-http in your MCP client and authenticate with a GCP identity that has Cloud Run Admin or equivalent deploy permissions.