Skip to content
Zed

GCP Platform Engineer for Zed

io.github.debilla/platform-mcp

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

client:Zed transport:stdio runtime:pypi

Install GCP Platform Engineer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

GCP Platform Engineer in other clients