Supabase MCP is the official MCP server that lets AI coding tools directly manage a Supabase project's tables, queries, migrations, and edge functions. It is used for tasks like running SQL, inspecting schemas, and managing branches.
Last 12 weeks · weekly buckets. New tools get more accurate as observation weeks add up.
Tools that are especially used together with this one. The higher the value, the better the fit.
Supabase MCP is the official MCP (Model Context Protocol) server from Supabase, letting AI coding tools operate a Supabase project's database and infrastructure conversationally. It covers most day-to-day operations — inspecting table structure, running SQL, applying migrations, deploying edge functions, and creating branches.
On BuildersgateGG, Supabase MCP is connected so developers can check schemas, run queries, and manage migrations without switching out of their coding flow into a separate dashboard. It's especially useful for cutting the context-switching cost of recurring database work from design through deployment.
Supabase MCP is the official MCP server that lets AI coding tools directly manage a Supabase project's database, migrations, and edge functions.
Yes, it can run SQL against the connected project. For production, it's safer to use branches or review the impact of a change before applying it.
Any AI coding tool that supports the MCP protocol can connect to it.
Schema changes that need history are typically done via migrations, while lookups or one-off data tasks are usually handled with direct SQL execution.