supabase Codex Plugin
Codex PluginCodexDeveloper ToolsDatabases & StorageCloud, Deployment & CI/CDWeb & App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
This plugin lets a user operate Supabase projects from within ChatGPT (or Codex) using natural-language requests. According to its plugin.json, it can run SQL against PostgreSQL, adjust table structures, deploy Edge Functions, and adjust authentication settings. The README indicates it connects to a remote Supabase MCP server for project management and migrations, and it bundles agent skills such as postgres-best-practices guidance pulled from a separate skills repository. The plugin is maintained by Supabase, licensed under MIT, and listed under the Developer Tools category.
About the service
Supabase, as described on its own homepage, is a Postgres-based backend development platform that bundles a relational database with authentication, Edge Functions, file storage, realtime data sync, and vector-embedding support for building and scaling applications.
What you can do with supabase
- Run SQL statements against PostgreSQL databases
- Shape and adjust database table structures
- Deploy Edge Functions without managing servers
- Adjust authentication settings for end users
- Review live logs to troubleshoot issues
- Generate and apply schema migrations
- Oversee development branch environments
Sources
History of supabase
- Codex Plugin Updated plugin manifest (plugin.json) of supabase
- Codex Plugin Updated version of supabase (0.1.10 → 1.0.0)
- Codex Plugin Updated the official description of supabase