gcp-mcp.md

Google Cloud MCP

from"google"
980

Deploy code to Google Cloud Run and manage GCP services

Cloud Platforms
GCPCloud RunGoogleserverless
install.sh
# Clone the repository
$git clone https://github.com/GoogleCloudPlatform/cloud-run-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve