supabase
mcp-supabase
Supabase MCP-Server — Postgres direkt + Storage REST + Auth + Edge Functions + Management API.
Funktionen
24 Tools für Datenbank, Storage, Auth, Edge Functions und Projektverwaltung
Direktes Postgres über
pg-Pool (kein Supabase-JS-Client erforderlich)SSL-Unterstützung für den Supabase-Pooler
Service-Role-Key für Admin-Operationen
Access-Token für die Management-API
Related MCP server: Supabase MCP Server - Self-Hosted Edition
Einrichtung
cd mcp-supabase
npm install
cp .env.example .env # Edit with your credentials
node server.cjsUmgebungsvariablen
Variable | Erforderlich | Beschreibung |
| Ja | Postgres-Verbindungszeichenfolge aus dem Supabase-Dashboard |
| Ja | Service-Role-Key für Storage-/Auth-Operationen |
| Ja | Projektreferenz-ID (aus der Dashboard-URL) |
| Nein | Persönliches Access-Token für die Management-API |
| Nein | Anonymer Schlüssel für clientseitige Operationen |
Tools
Datenbank
execute_sql— Beliebige SQL ausführenlist_schemas— Datenbankschemas auflistenlist_tables— Tabellen in einem Schema auflistenget_schema— Details zum Tabellenschema abrufenget_table_row_counts— Zeilenanzahl für alle Tabellen abrufenrun_rpc— PostgreSQL-Funktionen aufrufen
Storage
list_buckets— Storage-Buckets auflistencreate_bucket— Einen Storage-Bucket erstellendelete_bucket— Einen Storage-Bucket löschenlist_files— Dateien in einem Bucket auflistenupload_file— Eine Datei hochladendownload_file— Eine Datei herunterladen (base64)delete_file— Eine Datei löschen
Auth
list_auth_users— Benutzer auflistencreate_auth_user— Einen Benutzer erstellenupdate_auth_user— Einen Benutzer aktualisierendelete_auth_user— Einen Benutzer löschen
Edge Functions
list_edge_functions— Bereitgestellte Funktionen auflisteninvoke_edge_function— Eine Funktion aufrufen
Verwaltung
list_projects— Alle Projekte auflistenget_project— Projektdetails abrufen
MCP-Konfiguration
{
"mcpServers": {
"supabase": {
"command": "node",
"args": ["path/to/server.cjs"]
}
}
}Sicherheitshinweise
Der Service-Role-Key hat Administratorzugriff — mit Vorsicht verwenden
Committen Sie niemals
.envoderconfig.jsonVerwenden Sie in der Produktion Umgebungsvariablen
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables comprehensive management of self-hosted or cloud Supabase instances with 54+ tools for database operations, authentication, storage, real-time subscriptions, migrations, and monitoring through MCP protocol.
- FlicenseNot gradedqualityFmaintenanceEnables comprehensive management of self-hosted or cloud Supabase instances with 54+ tools for database operations, authentication, storage, real-time subscriptions, migrations, monitoring, and security auditing.7
- AlicenseNot gradedqualityDmaintenanceConnects Supabase projects to AI assistants, enabling them to manage database tables, execute SQL queries, and deploy Edge Functions through natural language. It provides a comprehensive suite of tools for project administration, including logs access, documentation search, and environment configuration.Apache 2.0
Related MCP Connectors
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.
Connect to PlanetScale databases, branches, schema, query insights, and execute SQL
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Steph-ux/mcp-supabase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server