GCP Platform Engineer for Gemini CLI
io.github.debilla/platform-mcp
Read-only GCP tools for debugging incidents and finding cost savings
client:Gemini CLI
transport:stdio
runtime:pypi
Install GCP Platform Engineer in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"platform-mcp": {
"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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs