apps/docs/content/guides/getting-started/plugins.mdx
The Supabase agent plugin is a single install that gives your AI coding agent everything it needs to work with Supabase. It bundles the Supabase MCP server and Supabase agent skills so your agent can query your database, manage migrations, deploy Edge Functions, and follow Supabase and Postgres best practices — without manual configuration.
Agent plugins are packages of AI agent extensions. A single plugin can bundle any combination of:
Bundling the MCP server and agent skills into a single plugin means you can set up both in one step. You can also install them separately if you prefer. You can install the plugin globally to use it across all your projects, or per project to keep it isolated.
Choose your AI coding agent and follow the installation steps:
<AgentPluginsPanel />The Supabase MCP server connects your AI coding agent directly to your Supabase projects. Once authenticated, your agent can query your database, manage migrations, deploy Edge Functions, and more — see the full list of available tools.
Skills provide your agent with Supabase-specific procedural knowledge:
supabase — Core guidance for working with Supabase products (Database, Auth, Edge Functions, Storage, Realtime)supabase-postgres-best-practices — Postgres query optimization, schema design, connection management, and RLS patternsFor a full list of available skills and supported agents, see Agent Skills.