Skip to main content
Glama

Supabase Storage MCP

by Desmond-Labs

create_signed_urls

Generate multiple secure, time-limited download URLs for batch file access operations in Supabase Storage buckets.

Instructions

Generate multiple signed download URLs in a single request for batch operations

Input Schema

NameRequiredDescriptionDefault
bucket_nameYesSource bucket
expires_inNoURL expiration in seconds (default: 3600)
file_pathsYesArray of file paths to generate URLs for

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "Source bucket", "maxLength": 63, "minLength": 3, "type": "string" }, "expires_in": { "default": 3600, "description": "URL expiration in seconds (default: 3600)", "maximum": 604800, "minimum": 60, "type": "number" }, "file_paths": { "description": "Array of file paths to generate URLs for", "items": { "maxLength": 1024, "type": "string" }, "maxItems": 100, "minItems": 1, "type": "array" } }, "required": [ "bucket_name", "file_paths" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Desmond-Labs/supabase-storage-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server