Plugin
OpenAIDeveloper Toolsv0.1.5
Supabase
Supabase skills and MCP tools for Codex
About
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.
supabasepostgresdatabasebackendmcpreadwrite
plugin.json
{
"apps": "./.app.json",
"name": "supabase",
"author": {
"url": "https://supabase.com",
"name": "Supabase",
"email": "support@supabase.io"
},
"skills": "./skills/",
"license": "MIT",
"version": "0.1.5",
"homepage": "https://supabase.com",
"keywords": [
"supabase",
"postgres",
"database",
"backend",
"mcp"
],
"interface": {
"logo": "./assets/logo.svg",
"category": "Developer Tools",
"brandColor": "#3ECF8E",
"websiteURL": "https://supabase.com",
"displayName": "Supabase",
"capabilities": [
"Read",
"Write"
],
"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",
"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": "Supabase skills and MCP tools for Codex",
"termsOfServiceURL": "https://supabase.com/terms"
},
"repository": "https://github.com/supabase-community/codex-plugin",
"description": "Access your Supabase projects and perform tasks like managing tables, fetching config, and querying data."
}Details
Related Plugins
Replit
Developer Tools
Work with Replit projects, apps, deployments, and workspace context
MagicPath
Developer Tools
Find, install, and author MagicPath UI components from Codex
hookify
Developer Tools
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns.
Plugin Eval
Developer Tools
Start from chat, then evaluate or benchmark locally
Statsig
Developer Tools
Bring your Statsig workspace into Codex.