Skip to main content
Glama
abushadab

Self-Hosted Supabase MCP Server

by abushadab

list_storage_buckets

Retrieve a list of all storage buckets in your self-hosted Supabase project using this tool, enabling efficient management and inspection of storage resources.

Instructions

Lists all storage buckets in the project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • src/index.ts:32-32 (registration)
    Import statement for the list_storage_buckets tool.
    import listStorageBucketsTool from './tools/list_storage_buckets.js';
  • src/index.ts:118-118 (registration)
    Registration of listStorageBucketsTool in the availableTools registry for MCP server.
    [listStorageBucketsTool.name]: listStorageBucketsTool as AppTool,

Latest Blog Posts

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/abushadab/selfhosted-supabase-mcp-basic-auth'

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