Overview
Features
Account tools
Tools to manage Supabase projects and organizations (list_projects, get_project, create_project, pause_project, restore_project, list_organizations, get_organization, get_cost, confirm_cost).
Knowledge Base (Docs) tools
search_docs to search Supabase documentation for up-to-date information.
Database tools
list_tables, list_extensions, list_migrations, apply_migration, and execute_sql to manage and query the database.
Debugging tools
get_logs and get_advisors to help debug and monitor service performance and security.
Development utilities
get_project_url, get_publishable_keys, and generate_typescript_types to aid in development and integration.
Edge Functions
list_edge_functions, get_edge_function, and deploy_edge_function to manage and deploy Supabase Edge Functions.
Branching (Experimental)
create_branch, list_branches, delete_branch, merge_branch, reset_branch, and rebase_branch for development workflow with migrations.
Storage tools
list_storage_buckets, get_storage_config, and update_storage_config (disabled by default) for storage configuration and management.
Who Is This For?
- Developers:Connect Supabase to AI assistants to manage projects, query data, and deploy edge functions.




