
Mcp
Give your agent read-only visibility into GKE clusters and Kubernetes resources when triaging production without kubectl copy-paste marathons.
Overview
com.googleapis.container/mcp is a MCP server for the Operate phase that provides read access to your GKE and Kubernetes resources for agent-driven inspection.
What is this MCP server?
- Read access to GKE and Kubernetes resources (no implied full cluster admin in the catalog description)
- Streamable HTTP MCP remote at container.googleapis.com/mcp
- Version 1.0.0 official Google container MCP server
- Natural-language queries over cluster and workload objects for faster incident context
- Pairs with compute and Composer MCP for layered GCP operate tooling
- 1 streamable-http remote endpoint
- Server version 1.0.0
- MCP schema 2025-12-11
What problem does it solve?
When production runs on GKE, agents lack cluster context unless you manually run kubectl and paste output into the chat.
Who is it for?
Indie operators on GKE who want read-only cluster visibility inside the agent session during incidents and routine health checks.
Skip if: Teams needing unrestricted mutating cluster admin from an agent without a separate change process, or local-only k8s with no GKE API.
What do I get? / Deliverables
Your agent can read GKE and Kubernetes resource state through MCP so triage and monitoring conversations include live cluster facts.
- MCP registration for container.googleapis.com/mcp
- Agent-readable GKE and Kubernetes resource views per server capabilities
- Version 1.0.0 container MCP endpoint documentation in your environment
Recommended MCP Servers
Journey fit
Kubernetes inspection during incidents and steady-state ops is Operate work; read access supports monitoring and diagnosis rather than greenfield app coding. Read-only GKE and Kubernetes resource access is primarily for observing workload state—pods, services, cluster context—under the monitoring subphase.
How it compares
Read-oriented GKE/Kubernetes MCP bridge, not a Helm chart skill or full GitOps deploy pipeline.
Common Questions / FAQ
Who is com.googleapis.container/mcp for?
Builders operating workloads on Google Kubernetes Engine who want their coding agent to read cluster and Kubernetes resource information via MCP.
When should I use com.googleapis.container/mcp?
Use it in Operate when monitoring, debugging, or explaining GKE state—especially when read-only cluster context speeds up support without leaving the agent.
How do I add com.googleapis.container/mcp to my agent?
Add remote https://container.googleapis.com/mcp as streamable-http in your MCP settings, authenticate to GCP with GKE view permissions, and expose the server to your agent tool list.