cloud-run-mcp
MCP server to deploy apps to Cloud Run
This project provides a Model Context Protocol (MCP) server that enables AI agents to deploy applications directly to Google Cloud Run. It also functions as an extension for the Gemini CLI, allowing AI-powered tools to manage Cloud Run services through a unified interface.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- SSkyler DavisMay 14, 2026
I can literally just ask Gemini to deploy my local Node app to Cloud Run and it handles the whole pipeline. Game changer.
- EEmerson JacksonMay 8, 2026
Interesting use of MCP. It's a bit niche if you already have robust CI/CD, but great for fast iterations.
- QQuinn ClarkApr 12, 2026
Makes prototyping serverless APIs so much faster when you can just prompt your deployment flow.
- SSpencer WilsonMar 6, 2026
Can we specify CPU and memory limits directly in the natural language prompt when deploying?
- CCorey PatelMar 2, 2026
Works great with gcloud CLI configured. Make sure your active project has the Cloud Run API enabled.