servers / google-cloud-run-2
Google Cloud Run MCP server
communitystreamable_httpremotedestructive capablehealthy
Deploy applications to Cloud Run
01Tools · 5
| Tool | Risk | Side effects | Approval |
|---|---|---|---|
| list_services List Cloud Run services in a given Google Cloud project and region.
| write | true | unknown |
| get_service Get info about a Cloud Run service, such as its URI and whether the deploy succeeded. | write | true | unknown |
| deploy_service_from_image Deploy a container image from Artifact Registry or Docker Hub as a Cloud Run service.
| write | true | unknown |
| deploy_service_from_archive Deploy a Cloud Run service directly from a self-contained source code archive (.tar.gz),
skipping the container image build step for faster deployment.
The archive must include all dependencies:
- For compiled languages (Go, Java), include pre-compiled binaries.
- For scripting languages (Python, Node.js), include pre-installed libraries (e.g., vendor/, node_modules/).
Deployment steps:
1. Package source code and dependencies into a .tar.gz archive (max 250MiB).
It's recommended to create archive from the root of the application's source directory.
2. Upload the archive to a Google Cloud Storage bucket, preferably in the same region as the service.
3. Deploy to Cloud Run using this tool, specifying:
- source_code: Google Cloud Storage object path to the archive (e.g., gs://bucket/object).
- command: Command to start the application.
- base_image_uri: Base image for the container (e.g., go124, nodejs24, python314).
See https://docs.cloud.google.com/run/docs/configuring/services/runtime-base-images for options.
The runtime picked should match the local environment.
- args: (Optional) Arguments for the command.
- env: (Optional) Environment variables (e.g., name: `PYTHONPATH`, value: `./vendor`).
- ports: (Optional) Container ports to expose (defaults to 8080).
| destructive | true | true |
| deploy_service_from_file_contents Deploys a Cloud Run service directly from local source files. This method is suitable for
scripting languages like Python and Node.js, of which the source code can be embedded in the
request. This is ideal for quick tests and development feedback loops. You must include all
necessary dependencies within the source files because it skips the build step for faster
deployment.
**Key Requirements:**
1. source_code: Should set to sourceCode.inlinedSource.sources with array of source files, each having `filename` and `content`.
2. Size limit: you are subject to total request size limit of 50MiB.
| write | true | unknown |
02Install & source
https://run.googleapis.com/mcp
remote_url- homepagehttps://run.googleapis.com/mcp
03Access granted
Manage cloud infra · destructive
The access this server can exercise, inferred from its verified tools — not a declared OAuth scope.
05Provenance & freshness
sourcesOfficial MCP Registry [p1]
last_checked2026-07-07 08:50Z
next_check2026-07-09 08:42Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed
index_statusindex — 5 unique facts >= 5
06Badge
Add the “as seen on MCPExplorer” badge to your README.
[](https://mcpexplorer.com/servers/google-cloud-run-2)
Next step
This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.
Explore loadouts →