Utopiality7/gcs-mcp-server
If you are the rightful owner of gcs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MyEnhancedGCSMCPServer is a fastmcp server designed to manage Google Cloud Storage resources through a simple HTTP API.
Tools
Functions exposed to the LLM to take actions
greet
Returns a friendly greeting.
list_gcs_buckets
Lists all GCS buckets.
create_bucket
Creates a new GCS bucket.
delete_bucket
Deletes a GCS bucket.
list_objects
Lists all objects in a bucket.
upload_blob
Uploads a file to a bucket.
download_blob
Downloads a blob from a bucket.
delete_blob
Deletes a blob from a bucket.
get_bucket_metadata
Retrieves metadata for a bucket.
get_blob_metadata
Retrieves metadata for an object.
generate_signed_url
Generates a temporary signed URL.
rename_blob
Renames/moves an object.
copy_blob
Copies an object to another bucket.
set_bucket_cors
Sets the CORS configuration for a bucket.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client