supabase
v1.0.0Manage Supabase projects directly through ChatGPT. Execute SQL queries on PostgreSQL databases, design and modify table schemas, deploy serverless edge functions, and configure user authentication. Access real-time logs for debugging, create and apply database migrations, and manage development branches through natural language.
By SupabaseLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install supabase for Codex
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add supabase@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “supabase-3” remain stable.
- Codex:
supabase-3@agent-plugin-marketplace→supabase@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zhClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/supabase/.
Plugin files
├── .codex-plugin/plugin.json├── skills/supabase/SKILL.md├── skills/supabase-postgres-best-practices/SKILL.md└── .mcp.json
Included Skills2
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector).
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
MCP servers1
- url
- https://mcp.supabase.com/mcp
Plugin manifests1
{
"apps": "./.app.json",
"author": {
"email": "[email protected]",
"name": "Supabase",
"url": "https://supabase.com"
},
"description": "Manage Supabase projects directly through ChatGPT. Execute SQL queries on PostgreSQL databases, design and modify table schemas, deploy serverless edge functions, and configure user authentication. Access real-time logs for debugging, create and apply database migrations, and manage development branches through natural language.",
"homepage": "https://supabase.com",
"interface": {
"brandColor": "#3ECE8E",
"brandColorDark": "#3ECE8E",
"capabilities": [
"Read",
"Write"
],
"category": "Developer Tools",
"defaultPrompt": [
"Use Supabase to set up Auth and protected routes for my app.",
"Review my Supabase schema and RLS policies for security issues.",
"Optimize my Postgres queries and indexes using Supabase best practices."
],
"developerName": "Supabase",
"displayName": "Supabase",
"logo": "./assets/logo.png",
"longDescription": "Official Supabase plugin for Codex. Includes agent skills for Supabase development and Postgres best practices, plus MCP server integration for managing your Supabase projects directly from Codex.",
"privacyPolicyURL": "https://supabase.com/privacy",
"shortDescription": "Manage and query databases",
"supportURL": "https://supabase.com/support",
"termsOfServiceURL": "https://supabase.com/terms",
"websiteURL": "https://supabase.com"
},
"keywords": [
"supabase",
"postgres",
"database",
"backend",
"mcp"
],
"license": "MIT",
"name": "supabase",
"repository": "https://github.com/supabase-community/supabase-plugin",
"skills": "./skills/",
"version": "1.0.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[supabase on Agent Plugins Marketplace](https://pluginsmp.com/plugins/supabase-3)