Skip to main content
Glama

Supabase Storage MCP

by Desmond-Labs

create_bucket

Create a new storage bucket with security validation and audit logging. Specify bucket name and public/private access to organize and secure your Supabase Storage files.

Instructions

Create a new storage bucket with comprehensive security validation and audit logging

Input Schema

NameRequiredDescriptionDefault
bucket_nameYesName of the bucket to create (3-63 chars, lowercase, alphanumeric with hyphens)
is_publicNoWhether the bucket should be public

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "Name of the bucket to create (3-63 chars, lowercase, alphanumeric with hyphens)", "maxLength": 63, "minLength": 3, "pattern": "^[a-z0-9][a-z0-9\\-]*[a-z0-9]$", "type": "string" }, "is_public": { "default": false, "description": "Whether the bucket should be public", "type": "boolean" } }, "required": [ "bucket_name" ], "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