cloud-run-mcp-specialist

Deploy and manage Cloud Run services with MCP tooling for serverless containers.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Whaleylaw/llm-lawyer --skill cloud-run-mcp-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-run-mcp-specialist
Source: https://github.com/Whaleylaw/llm-lawyer/tree/main/.claude/skills/cloud-run-mcp-specialist
Command: npx skills add https://github.com/Whaleylaw/llm-lawyer --skill cloud-run-mcp-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers and DevOps operators integrate MCP tooling with Google Cloud Run to automate deployments, manage revisions, configure scaling, and diagnose runtime issues that block safe rollouts and cause service downtime.

Core Features & Use Cases

  • Deploy and update services: Build or reference container images, push to Artifact Registry, and deploy revisions to Cloud Run using MCP tooling.
  • Traffic and release management: Perform canary releases, split traffic between revisions, and roll back to previous revisions when issues occur.
  • Scaling and performance tuning: Configure concurrency, min/max instances, CPU and memory, and reduce cold starts via min_instances settings.
  • Monitoring and debugging: Fetch logs, inspect revision status and conditions, check health endpoints, and troubleshoot authentication and IAM permission errors.
  • CI/CD and multi-region workflows: Integrate deployments into pipelines and orchestrate multi-region rollouts for global services.

Quick Start

Use MCP tools to deploy your container image to Cloud Run in your GCP project, split a small percentage of traffic to the new revision for canary testing, and verify the service becomes Ready and healthy while reviewing logs for errors.

Frequently Asked Questions about cloud-run-mcp-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Cloud Run deployments using MCP tooling?

Cloud Run canary deployments are managed by using MCP tools to deploy a new revision and split a small percentage of traffic to it for testing. You can verify the service becomes Ready and healthy while reviewing logs, then roll back to a previous revision if issues occur.

How do I configure scaling and reduce cold starts for Cloud Run services?

You can configure scaling for Cloud Run services via MCP by adjusting concurrency, min and max instances, and CPU and memory allocations. Setting min_instances reduces cold starts by keeping a baseline number of instances always running.

What GCP IAM permissions do I need to manage Cloud Run services with MCP?

To manage Cloud Run services with MCP, you need GCP project access with appropriate IAM bindings, valid gcloud authentication, or service account keys. These permissions allow the mcp__cloud-run tools to list services, deploy revisions, and update configurations.

Can I troubleshoot Cloud Run runtime issues and check revision status via MCP?

Yes, you can troubleshoot Cloud Run runtime issues via MCP by fetching logs, inspecting revision status and conditions, and checking health endpoints. This helps diagnose runtime problems and troubleshoot authentication or IAM permission errors that block safe rollouts.

Does this approach support multi-region Cloud Rollouts and CI/CD pipelines?

Yes, this approach supports CI/CD and multi-region workflows by integrating Cloud Run deployments into pipelines and orchestrating multi-region rollouts for global services. You use MCP tooling to manage revisions and traffic splitting across regions.