Initialize a new Supabase project by setting up the required configuration files and structure in your specified directory for self-hosted database and application management.
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.
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.