Skip to main content
Glama

supabase-mcp

upload_file

Upload files to Supabase Storage by specifying the bucket, file path, and base64 file data. Supports cache control, content type, and file overwrite options for efficient file management.

Instructions

Upload a file to Supabase Storage

Input Schema

NameRequiredDescriptionDefault
bucketYesStorage bucket name
fileYesFile data as base64 string
optionsNo
pathYesFile path within the bucket

Input Schema (JSON Schema)

{ "properties": { "bucket": { "description": "Storage bucket name", "type": "string" }, "file": { "description": "File data as base64 string", "type": "object" }, "options": { "properties": { "cacheControl": { "description": "Cache control header", "type": "string" }, "contentType": { "description": "Content type of the file", "type": "string" }, "upsert": { "description": "Whether to overwrite existing file", "type": "boolean" } }, "type": "object" }, "path": { "description": "File path within the bucket", "type": "string" } }, "required": [ "bucket", "path", "file" ], "type": "object" }
Install Server

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