Enable MCP-compatible AI agents to deploy apps to Google Cloud Run. Provides tools for deploying files, listing services, and managing Cloud Run deployments through AI-powered interfaces.
Deploys files to Cloud Run by providing their contents directly.
Lists Cloud Run services in a given project and region.
Gets details for a specific Cloud Run service.
Gets Logs and Error Messages for a specific Cloud Run service.
Deploys a local folder to a Google Cloud Run service (only available when running locally).
Lists available GCP projects (only available when running locally).
Creates a new GCP project and attach it to the first available billing account (only available when running locally).
{
"mcpServers": {
"cloud-run": {
"command": "npx",
"args": ["-y", "@google-cloud/cloud-run-mcp"]
}
}
}