Skip to content
Zed

gcs for Zed

com.pulsemcp/gcs

MCP server for Google Cloud Storage with fine-grained tool access control.

client:Zed transport:stdio runtime:npm

Install gcs 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": {
    "gcs": {
      "command": "npx",
      "args": [
        "-y",
        "gcs-google-mcp-server"
      ],
      "env": {
        "GCS_PROJECT_ID": "<GCS_PROJECT_ID>",
        "GCS_SERVICE_ACCOUNT_KEY_FILE": "<GCS_SERVICE_ACCOUNT_KEY_FILE>",
        "GCS_SERVICE_ACCOUNT_KEY_JSON": "<GCS_SERVICE_ACCOUNT_KEY_JSON>",
        "GCS_BUCKET": "<GCS_BUCKET>",
        "GCS_ENABLED_TOOLGROUPS": "<GCS_ENABLED_TOOLGROUPS>",
        "GCS_ENABLED_TOOLS": "<GCS_ENABLED_TOOLS>",
        "GCS_DISABLED_TOOLS": "<GCS_DISABLED_TOOLS>",
        "SKIP_HEALTH_CHECKS": "<SKIP_HEALTH_CHECKS>"
      }
    }
  }
}

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

gcs in other clients