Skip to content
Cursor

gemini cloud assist mcp for Cursor

io.github.googlecloudplatform/gemini-cloud-assist-mcp

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

client:Cursor transport:stdio runtime:npm

Install gemini cloud assist mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gemini cloud assist mcp in other clients