Odel
gemini cloud assist mcp

gemini cloud assist mcp

Local
@googlecloudplatform67Apache-2.0Updated 3mo ago

MCP Server for understanding, managing & troubleshooting your GCP environment.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@google-cloud/gemini-cloud-assist-mcpv0.1.1

Run

npx -y @google-cloud/gemini-cloud-assist-mcp

MCP client config

{
  "mcpServers": {
    "gemini-cloud-assist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@google-cloud/gemini-cloud-assist-mcp"
      ]
    }
  }
}