Gemini Cloud Assist
An MCP Server that connects to Gemini Cloud Assist APIs, enabling you to manage and troubleshoot your Google Cloud environment using natural language.
Ads
Overview
> [!IMPORTANT] > Private Preview Notice > The Gemini Cloud Assist MCP server APIs are currently in Private Preview and are behind an allowlist. Please contact your Google Cloud account team to request access. > [!WARNING] > Deprecation Notice & Migration to Remote MCP Server > > The Gemini Cloud Assist MCP server has migrated from a local Node.js architecture to a Remote MCP Server architecture. The older local Node.js server will lose support in the coming months. > > To use the new Remote MCP Servers, please use version v0.8.0 or later. If you wish to continue using the legacy local server during the transition, please pin your configuration to older versions.
Installation
Installation instructions are not available yet.
Configuration
{
"mcpServers": {
"gemini_cloud_assist": {
"url": "https://geminicloudassist.googleapis.com/mcp",
"auth": {
"CLIENT_ID": "${env:OAUTH_CLIENT_ID}",
"CLIENT_SECRET": "${env:OAUTH_CLIENT_SECRET}",
"scopes": ["https://www.googleapis.com/auth/cloud-platform"]
}
}Capabilities
- Ask general Google Cloud questions
Get guidance on best practices, architectures, and operations using `ask_cloud_assist`.
- Design and architect infrastructure
Describe your requirements and use `design_infra` to create infrastructure configurations for Google Cloud.
- Troubleshoot cloud issues
Run deep investigations to find root causes of problems in your environment with `investigate_issue`.
- Manage cloud resources
Create, update, or delete Google Cloud resources directly through `invoke_operation` when Agent Actions are enabled.
- Analyze and optimize costs
Get spend breakdowns and identify cost-saving opportunities like idle resources using `optimize_costs`.
- Deploy verified infrastructure designs
Use `manage_application` to deploy a design after validating it with `assess_best_practices`.
Tags
- google-cloud
- cloud-infrastructure
- ai-agent
- devops-infrastructure
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.