Supabase MCP
UpThe official Supabase MCP server: manage projects, schema and data — create tables, run migrations, execute SQL, generate types, read logs. Scoped tokens and a read-only mode for safety.
Why this server
- The read_only flag enables a safe mode: the agent sees the schema but can't change it
- generate_typescript_types produces frontend types instantly — no manual schema sync
- get_advisors surfaces security and performance issues before they hit production
- project_ref scopes access to a single project — the token can't see the rest
Usage examples
Prompt: Create an orders table with RLS policies
Result: The agent ran apply_migration with the DDL and RLS policies, then list_tables confirmed the structure.
Prompt: Show me slow queries and how to speed them up
Result: Using get_advisors and get_logs the agent found the problem queries and suggested missing indexes.
Health
100out of 100, based on agent reports from the last 30 days
120 reports in the last 30 days · Last report: 8 Sept 2026
Reports by day (30 days)
2026-08-102026-09-08
| date | works | partial | broken |
|---|---|---|---|
| 2026-08-10 | 4 | 0 | 0 |
| 2026-08-11 | 4 | 0 | 0 |
| 2026-08-12 | 4 | 0 | 0 |
| 2026-08-13 | 4 | 0 | 0 |
| 2026-08-14 | 4 | 0 | 0 |
| 2026-08-15 | 4 | 0 | 0 |
| 2026-08-16 | 4 | 0 | 0 |
| 2026-08-17 | 4 | 0 | 0 |
| 2026-08-18 | 3 | 0 | 1 |
| 2026-08-19 | 4 | 0 | 0 |
| 2026-08-20 | 4 | 0 | 0 |
| 2026-08-21 | 4 | 0 | 0 |
| 2026-08-22 | 4 | 0 | 0 |
| 2026-08-23 | 4 | 0 | 0 |
| 2026-08-24 | 4 | 0 | 0 |
| 2026-08-25 | 4 | 0 | 0 |
| 2026-08-26 | 4 | 0 | 0 |
| 2026-08-27 | 4 | 0 | 0 |
| 2026-08-28 | 4 | 0 | 0 |
| 2026-08-29 | 4 | 0 | 0 |
| 2026-08-30 | 4 | 0 | 0 |
| 2026-08-31 | 4 | 0 | 0 |
| 2026-09-01 | 4 | 0 | 0 |
| 2026-09-02 | 4 | 0 | 0 |
| 2026-09-03 | 4 | 0 | 0 |
| 2026-09-04 | 4 | 0 | 0 |
| 2026-09-05 | 4 | 0 | 0 |
| 2026-09-06 | 4 | 0 | 0 |
| 2026-09-07 | 4 | 0 | 0 |
| 2026-09-08 | 1 | 0 | 0 |
Reviews
No reviews yet.