com.pulsemcp/gcs
MCP server for Google Cloud Storage with fine-grained tool access control.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"gcs": {
"command": "npx",
"args": [
"-y",
"gcs-google-mcp-server"
],
"env": {
"GCS_PROJECT_ID": "<gcs_project_id>",
"GCS_SERVICE_ACCOUNT_KEY_FILE": "<your-gcs_service_account_key_file>",
"GCS_SERVICE_ACCOUNT_KEY_JSON": "<your-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": "false"
}
}
}
}{
"mcpServers": {
"gcs": {
"command": "npx",
"args": [
"-y",
"gcs-google-mcp-server"
],
"env": {
"GCS_PROJECT_ID": "<gcs_project_id>",
"GCS_SERVICE_ACCOUNT_KEY_FILE": "<your-gcs_service_account_key_file>",
"GCS_SERVICE_ACCOUNT_KEY_JSON": "<your-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": "false"
}
}
}
}npx -y gcs-google-mcp-serverGCS_PROJECT_IDGoogle Cloud project ID.
GCS_SERVICE_ACCOUNT_KEY_FILEPath to service account key JSON file.
GCS_SERVICE_ACCOUNT_KEY_JSONService account key JSON contents (inline).
GCS_BUCKETConstrain all operations to a single bucket (hides bucket-level tools).
GCS_ENABLED_TOOLGROUPSComma-separated tool groups to enable (readonly, readwrite, delete).
GCS_ENABLED_TOOLSComma-separated list of specific tools to enable (overrides groups).
GCS_DISABLED_TOOLSComma-separated list of specific tools to disable.
SKIP_HEALTH_CHECKSSkip health checks on startup.
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Interact with your Google Cloud Composer resources using natural language commands.
Interact with your Google Cloud Datastream resources using natural language commands.