GoogleCloudPlatform/cloud-run-mcp
MCP server to deploy apps to Cloud Run
Platform-specific configuration:
{
"mcpServers": {
"cloud-run-mcp": {
"command": "npx",
"args": [
"-y",
"cloud-run-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Enable MCP-compatible AI agents to deploy apps to Cloud Run.
"mcpServers":{
"cloud-run": {
"command": "npx",
"args": ["-y", "@google-cloud/cloud-run-mcp"]
}
}Deploy from Gemini CLI and other AI-powered CLI agents:
Deploy from AI-powered IDEs:
Deploy from AI assistant apps:
Deploy from agent SDKs, like the Google Gen AI SDK or Agent Development Kit.
> [!NOTE] > This is the repository of an MCP server to deploy code to Cloud Run, to learn how to host MCP servers on Cloud Run, visit the Cloud Run documentation.
deploy-file-contents: Deploys files to Cloud Run by providing their contents directly.list-services: Lists Cloud Run services in a given project and region.get-service: Gets details for a specific Cloud Run service.get-service-log: Gets Logs and Error Messages for a specific Cloud Run service.deploy-local-folder\*: Deploys a local folder to a Google Cloud Run service.list-projects\*: Lists available GCP projects.create-project\*: Creates a new GCP project and attach it to the first available billing account. A project ID can be optionally specified._\* only available when running locally_
Prompts are natural language commands that can be used to perform common tasks. They are shortcuts for
Loading reviews...