Gemini MCP Server

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

Local serverstdio

What is the Gemini MCP server?

MCP Server for understanding, managing & troubleshooting your GCP environment. Exposed over MCP by the gemini mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

To learn more about Gemini Cloud Assist, see the Gemini Cloud Assist overview in the Google Cloud documentation.

Its toolset

Everything the assistant can do here goes through one of these:

  • Antigravity — The Antigravity tool exposed by this server
  • Cursor — 1. In your Google Cloud project, create an OAuth 2.0 client ID for a desktop app. 2. Configure URI://anysphere.cursor-mcp/oauth/callback as the
  • Claude — Follow the configuration instructions for your specific application:

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Configuration

You will need 4 environment variables: CLIENT_ID, CLIENT_SECRET, OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Gemini's toolset — Antigravity, Cursor, Claude — is a fair guide to whether it matches your workflow. It is maintained by GoogleCloudPlatform; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Gemini's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the gemini mcp server does with a few real requests.

Available tools

ToolWhat it does
AntigravityThe Antigravity tool exposed by this server.
Cursor1. In your Google Cloud project, create an OAuth 2.0 client ID for a desktop app. 2. Configure URI://anysphere.cursor-mcp/oauth/callback as the redirect URL. 3. Add or merge the following configuration block:
ClaudeFollow the configuration instructions for your specific application:

Configuration

VariableDescriptionRequired
CLIENT_IDConfiguration value read at startup.Optional
CLIENT_SECRETCredential the server authenticates with.Yes
OAUTH_CLIENT_IDConfiguration value read at startup.Optional
OAUTH_CLIENT_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use Gemini to Antigravity.
  • Use Gemini to Cursor.
  • Use Gemini to Claude.

Frequently asked questions

It connects Gemini to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Antigravity, Cursor, Claude) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Gemini directly.