Skip to main content
Glama

supabase-mcp

download_file

Retrieve files directly from Supabase Storage using bucket name and file path. Ideal for integrating file downloads into applications accessing Supabase data.

Instructions

Download a file from Supabase Storage

Input Schema

NameRequiredDescriptionDefault
bucketYesStorage bucket name
pathYesFile path within the bucket

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from supabase-mcp

Related Tools

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/DynamicEndpoints/supabase-mcp'

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