Generate TypeScript types from a Supabase database schema and save the file to a specified path. Requires DATABASE_URL configuration and Supabase CLI installation to streamline type generation for development projects.
Generate TypeScript types from a database schema using Supabase CLI. Configure DATABASE_URL and specify schemas to include for automatic type creation in self-hosted Supabase environments.
Retrieve PostgreSQL publications configured for Supabase Realtime to monitor and manage real-time data synchronization in self-hosted Supabase instances.
Lists PostgreSQL publications utilized by Supabase Realtime, enabling developers to manage and inspect real-time database interactions in self-hosted Supabase environments.
Execute SQL migration scripts securely within a transaction and track them in the supabase_migrations.schema_migrations table for self-hosted Supabase databases.
A Model Context Protocol server that enables AI tools to interact with Supabase databases, providing tools for reading, creating, updating, and deleting records in Supabase tables.
Enables Cursor and Windsurf to safely interact with Supabase databases by providing tools for database management, SQL query execution, and Supabase Management API access with built-in safety controls.