Skip to main content
Glama

Cloud Run MCP Server

Official

deploy_local_files

Upload local files to Google Cloud Run by specifying absolute file paths. Enables deployment of local filesystem assets to a specified Cloud Run service in the user's Google Cloud project.

Instructions

Deploy local files to Cloud Run. Takes an array of absolute file paths from the local filesystem that will be deployed. Use this tool if the files exists on the user local filesystem.

Input Schema

NameRequiredDescriptionDefault
filesYesArray of absolute file paths to deploy (e.g. ["/home/user/project/src/index.js", "/home/user/project/package.json"])
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": { "files": { "description": "Array of absolute file paths to deploy (e.g. [\"/home/user/project/src/index.js\", \"/home/user/project/package.json\"])", "items": { "type": "string" }, "type": "array" }, "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", "files" ], "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