Best for
- Developers and teams wanting to integrate deployment into AI workflows
- Users already using Google Cloud and Cloud Run
- AI agents that need to quickly prototype or deploy applications
A powerful MCP server for Cloud Run deployment, offering a variety of tools and prompts. It is great for AI-assisted workflows but requires careful configuration of authentication and security settings.
The Cloud Run MCP server enables MCP-compatible AI agents to deploy apps to Google Cloud Run. It provides tools to deploy files or local folders, list and manage services, and fetch logs. Additionally, it includes prompts for common tasks, and advanced tools for project management.
gcloud auth login and gcloud auth application-default login.npx -y @google-cloud/cloud-run-mcp.GOOGLE_CLOUD_PROJECT, GOOGLE_CLOUD_REGION, and DEFAULT_SERVICE_NAME.{
"mcpServers": {
"cloud-run": {
"command": "npx",
"args": [
"-y",
"@google-cloud/cloud-run-mcp"
]
}
}
}