supabase-mcp

download_file

Download a file from Supabase Storage

Input Schema

NameRequiredDescriptionDefault
bucketYesStorage bucket name
pathYesFile path in bucket

Input Schema (JSON Schema)

{ "properties": { "bucket": { "description": "Storage bucket name", "type": "string" }, "path": { "description": "File path in bucket", "type": "string" } }, "required": [ "bucket", "path" ], "type": "object" }