Back to Plugins

Supabase

Supabase backend integration. Database operations, authentication, storage, real-time subscriptions, project management, and SQL query execution directly from Claude Code.

databasebackendauthenticationintegrationofficial

Installation

claude plugins add supabase@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "supabase@claude-plugins-official": true
  }
}

Commands

supabase-queryExecute SQL queries on your Supabase database
supabase-migrateCreate and run database migrations
supabase-authManage authentication and users
supabase-storageManage file storage buckets
supabase-functionsDeploy and manage edge functions

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub