Loading MCP server directory, please wait...
MCP server for Google Cloud Storage with fine-grained tool access control.
npx @getmcp/cli add com.pulsemcp/gcsRequires Node.js 18+. Community-contributed server. Review source before installing.
GCS_PROJECT_IDGoogle Cloud project ID.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/gcs": {
"command": "npx",
"args": [
"-y",
"-y",
"gcs-google-mcp-server"
],
"env": {
"GCS_PROJECT_ID": "",
"GCS_SERVICE_ACCOUNT_KEY_FILE": "",
"GCS_SERVICE_ACCOUNT_KEY_JSON": "",
"GCS_BUCKET": "",
"GCS_ENABLED_TOOLGROUPS": "",
"GCS_ENABLED_TOOLS": "",
"GCS_DISABLED_TOOLS": "",
"SKIP_HEALTH_CHECKS": "false"
}
}
}
}