All Integrations
Supabase
DevelopmentQuery Supabase databases, manage storage buckets, and interact with auth users. Build data-driven agents that leverage the full Supabase platform.
How to Connect
- 1Go to the MCP Templates marketplace.
- 2Find the Supabase template.
- 3Enter your Supabase project URL and service role key.
- 4Add the template to your agent.
Available Tools
supabase_queryQuery a Supabase table via PostgREST
supabase_insertInsert a row into a Supabase table
supabase_update_rowUpdate rows in a Supabase table via PostgREST
supabase_delete_rowDelete rows from a Supabase table via PostgREST
supabase_run_rpcCall a Postgres function via Supabase PostgREST RPC
supabase_list_tablesList available tables in the Supabase project via the OpenAPI spec
supabase_list_bucketsList all storage buckets in the Supabase project
supabase_list_filesList files in a Supabase storage bucket
supabase_get_file_urlGet the public URL for a file in Supabase storage
supabase_upload_fileUpload a file to Supabase storage
supabase_delete_fileDelete a file from Supabase storage
supabase_list_usersList users in the Supabase project