Source linked

Google's Remote MCP Server Lets Antigravity, Claude Code Access Cloud APIs

cloud.google.com@frontier_wire3 hours ago·Developer Tools·3 comments

Fifty-plus managed MCP servers already live; now Antigravity CLI and Claude Code can securely call models from Model Garden, run Colab notebooks, and manage endpoints - all without leaving the IDE.

google cloudgemini enterprise agent platformmcp serverantigravity cliclaude codemodel garden

Google just made the cost of connecting an external agent framework to your cloud infrastructure approach zero — if you’re willing to trust their remote MCP server. Fifty-plus managed MCP servers were announced a couple of months ago; today the Gemini Enterprise Agent Platform remote MCP server goes live, giving Antigravity CLI and Claude Code a direct line into your Google Cloud project without any custom integration code.

What the Remote MCP Server Actually Bridges

Think of the Agent Platform MCP server as a secure proxy between your favorite IDE or agent framework and your cloud resources. Running entirely inside Google Cloud’s infrastructure, it exposes a single, standardized interface that external clients call via the open MCP specification. Your agent in Antigravity can now pull models from Model Garden, fetch shared prompt templates, or spin up a Colab Enterprise notebook — all through the same protocol. IT teams don’t lose control: native Cloud IAM Deny policies let them restrict which external frameworks touch which resources.

Three Steps, Zero Boilerplate

Google claims you can go from zero to connected in three steps: enable the Gemini Enterprise Agent Platform API in your project, configure your client to point at the remote server, and start calling the pre-built toolset endpoints. The endpoints are versioned and documented:

  • /mcp/generate — generative AI tools
  • /mcp/predict — inference and raw prediction
  • /mcp/notebook — Colab notebook runtime and execution management
  • /mcp/endpoints — lifecycle management for model endpoints
  • /mcp/models — model upload, registry, and deployment
  • /mcp/tuning — fine-tuning job management
  • /mcp/evaluation — automated quality evaluation
  • /mcp/prompts — prompt engineering and versioning

That’s eight endpoints out of the gate, each handling a distinct slice of the agent development pipeline. No need to write your own API wrappers or deal with authentication boilerplate.

Why This Matters for Multi-Tool Shops

If your team already builds agents with Antigravity CLI or Claude Code, this server removes the friction of stitching together separate cloud SDKs. You get centralized discovery via Agent Registry — essentially a catalog of skills and tools governed by your organization. And because the MCP protocol is open, you’re not locked into Google’s ecosystem; any MCP-compliant client can use these same endpoints. The trade-off is that your agent’s control plane now lives inside Google Cloud, which means latency to cloud resources is low but you’re trusting Google’s runtime to handle the proxy.

Expect more IDEs and agent frameworks to adopt this pattern — the open MCP spec makes it trivial to add another endpoint when the next hot agent builder appears.


Source: Build agents even faster with Gemini Enterprise Agent Platform's fully-managed, remote MCP server
Domain: cloud.google.com

Read original source ->

External source stays available while the OJO article and comment thread stay local.

Comments load interactively on the live page.