gcp-compute-ops
Installation
SKILL.md
GCP Compute Operations
MCP Servers
- Compute Engine:
https://compute.googleapis.com/mcp(Streamable HTTP) - Resource Manager:
https://cloudresourcemanager.googleapis.com/mcp(Streamable HTTP) - Auth: OAuth 2.0 via Google IAM — service account key (
GOOGLE_APPLICATION_CREDENTIALS) orgcloud auth application-default login - Requires:
GCP_PROJECT_IDenvironment variable
Key Difference from On-Prem MCP Servers
Google Cloud MCP servers are remote HTTP endpoints hosted by Google — nothing to install locally. Authentication uses OAuth 2.0 / Google IAM, not API keys. The transport is Streamable HTTP, not stdio.