supabase Codex Plugin
Plugin Codex Developer Tools Databases & StorageSecurity, Auth & ComplianceThe explanation below is AI-generated. Please verify it against the sources.
This is the official Supabase plugin for Codex, which gives Codex the tools and skills to work with Supabase projects, including managing tables, fetching config, and querying data. Per the plugin.json, it is developed by Supabase, licensed MIT, categorized under Developer Tools, and has Read and Write capabilities. According to the README, it bundles a remote connection to the Supabase MCP server (for project management, SQL execution, and migrations) plus agent skills from the supabase/agent-skills repository, such as postgres-best-practices. The plugin.json lists default prompts such as setting up Auth and protected routes, reviewing schema and RLS policies, and optimizing Postgres queries and indexes.
Overview
According to the Supabase homepage, Supabase is described as 'The Open Source Firebase Alternative,' providing a full Postgres database along with Authentication (with Row Level Security), Edge Functions, Storage, Realtime data sync, Vector embeddings, and instant Data APIs.
What you can do with supabase
- Connect to the Supabase MCP server for project management, SQL execution, and migrations (README)
- Use agent skills such as postgres-best-practices for Supabase development (README)
- Manage tables, fetch config, and query data in Supabase projects (plugin.json description)
- Set up Auth and protected routes for an app (plugin.json defaultPrompt)
- Review Supabase schema and RLS policies for security issues (plugin.json defaultPrompt)
- Optimize Postgres queries and indexes using Supabase best practices (plugin.json defaultPrompt)
Sources
Original description (English)
Access your Supabase projects and perform tasks like managing tables, fetching config, and querying data.
History of supabase
- Codex Plugin Added supabase