gcp-mcp-server
If you are the rightful owner of gcp-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A MCP server implementation for Google Cloud using Go and Cobra.
The Google Cloud MCP Server is a Model Context Protocol server implementation designed to work with Google Cloud services. It is built using Go and Cobra, and supports both `stdio` and `SSE` as transport mechanisms. The server provides functionalities for managing Google Cloud resources, including listing and describing projects, clusters, and services. It is designed to facilitate seamless integration with Google Cloud's infrastructure, allowing users to manage their cloud resources efficiently. The server can be deployed manually on Google Cloud Run, either directly from the source or using a Docker image built on GitHub. It requires enabling specific Google Cloud APIs and setting up a service account with the necessary permissions. The server is maintained by M.-Leander Reimer and is available under the MIT open source license.
Features
- Supports stdio and SSE transport mechanisms.
- Implements services for Projects, Container, and Cloud Run.
- Facilitates easy local development with MCP introspector.
- Manual deployment on Google Cloud Run with Docker support.
- Requires specific Google Cloud APIs and service account setup.