Supabase MCP Server
Let your agent query and migrate your Supabase project.
Exposes your Supabase project, its tables, SQL, migrations, logs and advisors, to any MCP-capable agent, so schema work happens in the same session as the code.
Works with
Key info
- Pricing
- Free
- Platform
- macOS · Windows · Linux
- Category
- MCP Servers
- Best for
- Intermediate
- Connects your agent to
- Your Supabase projects
- Runs
- Remote
- Add it with
- https://mcp.supabase.com/mcp
- Sign-in
- Supabase sign-in in the browser, or a personal access token
- Your agent can
- Read tables, run SQL, apply migrations and check logs
- Safety
- Turn on read-only and limit it to one project; otherwise it can change real data
- Cost
- Free
Guided walkthroughs
Related reading
- Fundamentals
Row level security is the security boundary
If your database rows are protected by a check in your application code, they are not protected. Anything holding a key can talk to the database directly, an…
Expert