gcloud-mcp
Verified Safeby googleapis
Overview
Enables AI assistants to interact with the Google Cloud environment using the gcloud CLI for natural language commands, workflow automation, and simplified cloud management.
Installation
npx -y @google-cloud/gcloud-mcpEnvironment Variables
- GOOGLE_CLOUD_PROJECT
- GCP_PROJECT_ID
- LOG_LEVEL
Security Notes
The server executes arbitrary gcloud CLI commands, which is inherently high-risk. However, it implements a default denylist for dangerous commands (e.g., interactive sessions, arbitrary inputs) and allows users to configure additional allowlists/denylists via a JSON configuration file. It also recommends authorizing with a service account using impersonation for least privilege. The Model Context Protocol SDK includes rate limiting for API calls, and CORS is enabled. No hardcoded secrets or obvious obfuscation were found. The primary risk lies in the interpretation of AI prompts into gcloud commands and the potential for a compromised agent to bypass the access control list.
Similar Servers
cloud-run-mcp
Enables AI agents to deploy applications to Google Cloud Run, manage services, and retrieve logs, streamlining cloud development and operations through conversational interfaces.
aws-mcp-server
The AWS MCP Server allows AI assistants to execute AWS CLI commands and access AWS environment context, providing a powerful interface for cloud management and automation.
aks-mcp
Enables AI assistants to interact with Azure Kubernetes Service (AKS) clusters by translating natural language requests into AKS operations.
responsible-vibe-mcp
Transforms any AI coding agent into a structured development partner by guiding it through battle-tested engineering workflows with persistent context and documentation.