Cloud Run MCP

Cloud Run MCP

MCP server to deploy apps to Cloud Run.

2.8K

8 Tools

Signed
Built by Docker
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
create_projectCreates a new GCP project and attempts to attach it to the first available billing account. A project ID can be optionally specified; otherwise it will be automatically generated.
deploy_container_imageDeploys a container image to Cloud Run. Use this tool if the user provides a container image URL.
deploy_file_contentsDeploy files to Cloud Run by providing their contents directly. Takes an array of file objects containing filename and content. Use this tool if the files only exist in the current chat context.
deploy_local_folderDeploy a local folder to Cloud Run. Takes an absolute folder path from the local filesystem that will be deployed. Use this tool if the entire folder content needs to be deployed.
get_serviceGets details for a specific Cloud Run service.
get_service_logGets Logs and Error Messages for a specific Cloud Run service.
list_projectsLists available GCP projects
list_servicesLists all Cloud Run services in a given project.

Manual installation

You can install the MCP server using:

Installation for

Related servers