MCP Directory
Back

cloud-run-mcp

by GoogleCloudPlatform · JavaScript · ★ 617

MCP server to deploy apps to Cloud Run

#google-cloud#google-cloud-run#mcp#mcp-server

Install

npx -y github:GoogleCloudPlatform/cloud-run-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

Enable MCP-compatible AI agents to deploy apps to Cloud Run. 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](https://ai.google.dev/gemini-api/docs/function-calling?example=meeting#use_model_context_protocol_mcp) or [Agent Development Kit](https://google.github.io/adk-docs/tools/mcp-tools/). > [!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](https://clou…
Read full README on GitHub →

Related other servers