Back to Apps

Cloud Run MCP
Supports UIby googlecloudplatform
Deploy and manage Google Cloud Run services directly from your AI assistant.
0 stars
Works in:VS Code CopilotCursorWindsurfGemini CLI
Exposes:ToolsPrompts
What it does
Connects AI agents to Google Cloud Platform, allowing them to deploy, manage, and monitor applications on Cloud Run. It enables a seamless workflow from code generation to live production deployment without leaving the chat interface.
Tools
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: Retrieves logs and error messages for a specific service.deploy-local-folder: Deploys a local folder to a Cloud Run service (local only).list-projects: Lists available GCP projects (local only).create-project: Creates a new GCP project and attaches billing (local only).
Installation
To use as a local MCP server, add this to your claude_desktop_config.json:
{
"mcpServers": {
"cloud-run": {
"command": "npx",
"args": ["-y", "@google-cloud/cloud-run-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- VS Code Copilot
- Cursor
- Windsurf
- Gemini CLI
Quick install
npx -y @google-cloud/cloud-run-mcpInformation
- Pricing
- free
- Published
- 4/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Gemini CLI
gemini extensions install https://github.com/GoogleCloudPlatform/cloud-run-mcpClaude Desktop
{
"cloud-run": {
"command": "npx",
"args": ["-y", "@google-cloud/cloud-run-mcp"]
}
}





