Skip to main content
Glama

Cloud Run MCP Server

Official

deploy_local_folder

Deploy a local folder to Google Cloud Run by specifying the folder's absolute path, project ID, and optional region and service name. Simplifies deploying entire folder contents to a Cloud Run service.

Instructions

Deploy 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.

Input Schema

NameRequiredDescriptionDefault
folderPathYesAbsolute path to the folder to deploy (e.g. "/home/user/project/src")
projectYesGoogle Cloud project ID. Do not select it yourself, make sure the user provides or confirms the project ID.
regionNoRegion to deploy the service toeurope-west1
serviceNoName of the Cloud Run service to deploy toapp

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "folderPath": { "description": "Absolute path to the folder to deploy (e.g. \"/home/user/project/src\")", "type": "string" }, "project": { "description": "Google Cloud project ID. Do not select it yourself, make sure the user provides or confirms the project ID.", "type": "string" }, "region": { "default": "europe-west1", "description": "Region to deploy the service to", "type": "string" }, "service": { "default": "app", "description": "Name of the Cloud Run service to deploy to", "type": "string" } }, "required": [ "project", "folderPath" ], "type": "object" }
Install Server

Other Tools from Cloud Run MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GoogleCloudPlatform/cloud-run-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server