Skip to content
Cline

gcs for Cline

com.pulsemcp/gcs

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

client:Cline transport:stdio runtime:npm

Install gcs in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

gcs in other clients