Google Cloud Run
Official MCP Server to deploy to Google Cloud Run.
Ads
Overview
Enable MCP-compatible AI agents to deploy apps to Cloud Run. Deploy from Gemini CLI and other AI-powered CLI agents: Deploy from agent SDKs, like the Google Gen AI SDK or Agent Development Kit. > [!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. - 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: Gets Logs and Error Messages for a specific Cloud Run service.
Installation
Installation instructions are not available yet.
Configuration
{
"cloud-run": {
"command": "npx",
"args": [
"-y",
"@google-cloud/cloud-run-mcp"
]
}
}Capabilities
- Deploy code directly to Cloud Run
Ask the assistant to deploy file contents or a local folder using `deploy-file-contents` or `deploy-local-folder`.
- List and inspect Cloud Run services
Retrieve services in a project and region with `list-services`, or get details for a specific service via `get-service`.
- Fetch service logs and errors
Use `get-service-log` to pull recent logs and error messages for a named Cloud Run service.
- Discover and create GCP projects
Locally list available projects with `list-projects` or create a new project and attach a billing account via `create-project`.
- Use natural language shortcuts
Trigger the `deploy` prompt to deploy the current working directory, or the `logs` prompt to fetch service logs with sensible defaults.
Tags
- cloud-infrastructure
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.