Exposes Supabase PostgreSQL database schemas as resources and provides data analysis tools.
Exposes Supabase PostgreSQL database schemas as resources and provides data analysis tools. Exposed over MCP by the supabase data explorer mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
An MCP server that connects to a Supabase PostgreSQL database, exposing table schemas as resources and providing tools for data analysis.
Everything the assistant can do here goes through one of these:
query — Runs a read-only SQL query against the databaseanalyze-table — Gets basic statistics about a tablefind-related-tables — Discovers tables related to a given tableSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Supabase Data Explorer's toolset — query, analyze-table, find-related-tables — is a fair guide to whether it matches your workflow. It is maintained by stefanraath3; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Supabase Data Explorer's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| query | Runs a read-only SQL query against the database |
| analyze-table | Gets basic statistics about a table |
| find-related-tables | Discovers tables related to a given table |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.