GoogleCloudPlatform/cloud-run-mcp
MCP server to deploy apps to Cloud Run
Overview
GoogleCloudPlatform/cloud-run-mcp is a JavaScript MCP server licensed under Apache-2.0. MCP server to deploy apps to Cloud Run Topics: mcp-server, google-cloud, google-cloud-run, mcp.
Ranked #181 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Has 13 contributors.
Actively maintained with commits in the last week.
Ecosystem
JavaScript Apache-2.0
mcp-servergoogle-cloudgoogle-cloud-runmcp
Signal Breakdown
Stars 560
Freshness 3d ago
Issue Health 74%
Contributors 13
Dependents 0
Forks 99
Description Brief
License Apache-2.0
How to Improve
Description low impact
Dependents medium impact
Matched Queries
From the README
# Cloud Run MCP server and Gemini CLI extension
Enable MCP-compatible AI agents to deploy apps to Cloud Run.
```json
"mcpServers":{
"cloud-run": {
"command": "npx",
"args": ["-y", "@google-cloud/cloud-run-mcp"]
}
}
```
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://cloud.google.com/run/docs/host-mcp-servers).
## Tools
- `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-ser Read full README on GitHub →
Are you the maintainer? Claim this listing