Supabase MCP
the six Ws · specification
Maintained officially by Supabase under the supabase-community organization.
It lets an agent query tables, run SQL, manage schemas, and administer Supabase projects and branches.
It runs locally as a Node process (npx) that authenticates to the Supabase Management API over the network.
An agent reaches for it when it needs to inspect or modify a Supabase-hosted Postgres backend.
It gives agents structured, first-party access to a Supabase project without hand-writing API calls.
Node.js, a Supabase personal access token, and optionally a project reference to scope access.
Official vendor-adjacent (supabase-community) maintainer; a personal access token can be account-mutating across projects, so use read-only mode and project scoping. It makes outbound calls to Supabase's Management API and database.
alternatives