gcp-mcp
Verified Safeby pogao
Overview
Enables an LLM to safely query and analyze a Google Cloud Platform (GCP) environment for cloud insights.
Installation
uv run fastmcp run main.py:mcpSecurity Notes
The server provides read-only access to GCP resources, significantly reducing destructive potential. Authentication relies on Google Application Default Credentials, a standard and secure mechanism, with no hardcoded secrets found. Error handling for `PermissionDenied` gracefully returns empty data, avoiding sensitive information leakage. The implementation itself appears robust. The primary security consideration is ensuring the GCP credentials used to run the server have the principle of least privilege applied. The 'unsafe SSH exposure' and 'public bucket analysis' are features for security analysis within GCP, not vulnerabilities of the server itself.
Similar Servers
fastapi_mcp
Automatically converts FastAPI endpoints into Model Context Protocol (MCP) tools for seamless integration with LLM agents.
gcloud-mcp
Enables AI assistants to interact with the Google Cloud environment using the gcloud CLI for natural language cloud management and workflow automation.
iam-lens-mcp
Provides AWS IAM analysis capabilities through a Model Context Protocol (MCP) server, enabling AI assistants to query and simulate IAM permissions and configurations using natural language.
mcp-framework-server
A Python-based server for a Model Context Protocol (MCP) enabling interactive career orientation (proforientation) dialogues via a REST API, designed to integrate with a Telegram bot.