Connect your Supabase projects to Cursor, Claude, Windsurf, and other AI assistants.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Lists all Supabase projects for the user.
Gets details for a project.
Creates a new Supabase project.
Pauses a project.
Restores a project.
Lists all organizations that the user is a member of.
Gets details for an organization.
Gets the cost of a new project or branch for an organization.
Confirms the user's understanding of new project or branch costs. This is required to create a new project or branch.
Searches the Supabase documentation for up-to-date information. LLMs can use this to find answers to questions or learn how to use specific features.
Lists all tables within the specified schemas.
Lists all extensions in the database.
Lists all migrations in the database.
Applies a SQL migration to the database. SQL passed to this tool will be tracked within the database, so LLMs should use this for DDL operations (schema changes).
Executes raw SQL in the database. LLMs should use this for regular queries that don't change the schema.
Gets logs for a Supabase project by service type (api, postgres, edge functions, auth, storage, realtime). LLMs can use this to help with debugging and monitoring service performance.
Gets a list of advisory notices for a Supabase project. LLMs can use this to check for security vulnerabilities or performance issues.
Gets the API URL for a project.
Gets the anonymous API key for a project.
Generates TypeScript types based on the database schema. LLMs can save this to a file and use it in their code.
Lists all Edge Functions in a Supabase project.
Deploys a new Edge Function to a Supabase project. LLMs can use this to deploy new functions or update existing ones.
Creates a development branch with migrations from production branch.
Lists all development branches.
Deletes a development branch.
Merges migrations and edge functions from a development branch to production.
Resets migrations of a development branch to a prior version.
Rebases development branch on production to handle migration drift.
Lists all storage buckets in a Supabase project.
Gets the storage config for a Supabase project.
Updates the storage config for a Supabase project (requires a paid plan).