Skip to content
Grok

GCP Platform Engineer for Grok

io.github.debilla/platform-mcp

Read-only GCP tools for debugging incidents and finding cost savings

client:Grok transport:stdio runtime:pypi

Install GCP Platform Engineer in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "platform-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "platform-mcp"
      ],
      "env": {
        "PLATFORM_MCP_ENVIRONMENTS": "<PLATFORM_MCP_ENVIRONMENTS>",
        "PLATFORM_MCP_DEFAULT_ENVIRONMENT": "<PLATFORM_MCP_DEFAULT_ENVIRONMENT>",
        "PLATFORM_MCP_CONFIG": "<PLATFORM_MCP_CONFIG>",
        "PLATFORM_MCP_AUDIT_LOG": "<PLATFORM_MCP_AUDIT_LOG>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

GCP Platform Engineer in other clients