Supabase
JSON →Connects to Supabase platform for database, auth, edge functions and more.
Tools · 38
- list_projects List all Supabase projects
- get_project Get details of a specific Supabase project
- create_project Create a new Supabase project
- delete_project Delete a Supabase project
- list_organizations List all organizations
- get_organization Get details of a specific organization
- list_branches List all branches for a project
- get_branch Get details of a specific branch
- create_branch Create a new branch for a project
- delete_branch Delete a branch from a project
- list_databases List all databases in a project
- get_database Get details of a specific database
- list_tables List all tables in a database
- get_table Get details of a specific table
- list_rows List rows from a table
- insert_row Insert a new row into a table
- update_row Update a row in a table
- delete_row Delete a row from a table
- execute_sql Execute a SQL query
- list_functions List all Edge Functions in a project
- get_function Get details of a specific Edge Function
- create_function Create a new Edge Function
- delete_function Delete an Edge Function
- list_buckets List all storage buckets
- get_bucket Get details of a specific storage bucket
- create_bucket Create a new storage bucket
- delete_bucket Delete a storage bucket
- list_files List files in a storage bucket
- upload_file Upload a file to a storage bucket
- download_file Download a file from a storage bucket
- delete_file Delete a file from a storage bucket
- list_users List all users in a project
- get_user Get details of a specific user
- create_user Create a new user
- delete_user Delete a user
- list_api_keys List all API keys for a project
- create_api_key Create a new API key
- delete_api_key Delete an API key
Links
★ 2,709 GitHub stars