LogoSTMCP
Download
cloud-run-mcp

Cloud Run MCP server and Gemini CLI extension

Enable MCP-compatible AI agents to deploy apps to Google Cloud Run. Provides tools for deploying files, listing services, and managing Cloud Run deployments through AI-powered interfaces.

Tools

1. deploy-file-contents

Deploys files to Cloud Run by providing their contents directly.

2. list-services

Lists Cloud Run services in a given project and region.

3. get-service

Gets details for a specific Cloud Run service.

4. get-service-log

Gets Logs and Error Messages for a specific Cloud Run service.

5. deploy-local-folder

Deploys a local folder to a Google Cloud Run service (only available when running locally).

6. list-projects

Lists available GCP projects (only available when running locally).

7. create-project

Creates a new GCP project and attach it to the first available billing account (only available when running locally).

Open Graph image for Cloud Run MCP server and Gemini CLI extension

JSON Config

{
  "mcpServers": {
    "cloud-run": {
      "command": "npx",
      "args": ["-y", "@google-cloud/cloud-run-mcp"]
    }
  }
}

Useful Links

Information