MCP server for Google Cloud Storage with fine-grained tool access control.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
gcs-google-mcp-server · npm · 0.1.14
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp/gcs",
"description": "MCP server for Google Cloud Storage with fine-grained tool access control.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/gcs"
},
"version": "0.1.14",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "gcs-google-mcp-server",
"version": "0.1.14",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Google Cloud project ID.",
"isRequired": true,
"name": "GCS_PROJECT_ID"
},
{
"description": "Path to service account key JSON file.",
"isSecret": true,
"name": "GCS_SERVICE_ACCOUNT_KEY_FILE"
},
{
"description": "Service account key JSON contents (inline).",
"isSecret": true,
"name": "GCS_SERVICE_ACCOUNT_KEY_JSON"
},
{
"description": "Constrain all operations to a single bucket (hides bucket-level tools).",
"name": "GCS_BUCKET"
},
{
"description": "Comma-separated tool groups to enable (readonly, readwrite, delete).",
"name": "GCS_ENABLED_TOOLGROUPS"
},
{
"description": "Comma-separated list of specific tools to enable (overrides groups).",
"name": "GCS_ENABLED_TOOLS"
},
{
"description": "Comma-separated list of specific tools to disable.",
"name": "GCS_DISABLED_TOOLS"
},
{
"description": "Skip health checks on startup.",
"default": "false",
"name": "SKIP_HEALTH_CHECKS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-17T03:55:50.855481Z",
"publishedAt": "2026-06-17T03:55:50.855481Z",
"updatedAt": "2026-06-17T03:55:50.855481Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.14last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.