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)
{
"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