Description

This MCP server enables AI agents to deploy applications directly to Google Cloud Run through a comprehensive set of deployment tools. Developed by Google Cloud Platform, it provides both local and remote deployment capabilities, supporting file-based deployments (from local filesystem or provided content), automatic project creation with billing account attachment, and service management operations like listing and inspecting Cloud Run services. The implementation handles the complete deployment pipeline including source code packaging, Cloud Build integration for containerization (supporting both Dockerfile and buildpack approaches), Artifact Registry management, and Cloud Run service provisioning with automatic API enablement and resource setup. Designed for AI-assisted development workflows, it allows developers to deploy applications through natural language commands while maintaining proper authentication and project isolation, making it valuable for rapid prototyping, automated deployment pipelines, and AI-powered development environments.

🔬 Playground

Try Google Cloud Run live in the browser with security context.

Unverified
No automated security scan has been run on this server yet.

Installation

git clone https://github.com/googlecloudplatform/cloud-run-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "google-cloud-run": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}

Community Reviews

Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.

0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to share your experience.