supabase
mcp-supabase
Servidor MCP de Supabase — Postgres directo + Storage REST + Auth + Edge Functions + Management API.
Características
24 herramientas que cubren Database, Storage, Auth, Edge Functions y gestión de proyectos
Postgres directo mediante el pool
pg(no se necesita el cliente JS de Supabase)Soporte SSL para el pooler de Supabase
Clave de rol de servicio para operaciones de administración
Token de acceso para Management API
Related MCP server: Supabase MCP Server - Self-Hosted Edition
Configuración
cd mcp-supabase
npm install
cp .env.example .env # Edit with your credentials
node server.cjsVariables de Entorno
Variable | Requerida | Descripción |
| Sí | Cadena de conexión de Postgres desde el panel de Supabase |
| Sí | Clave de rol de servicio para operaciones de Storage/Auth |
| Sí | ID de referencia del proyecto (de la URL del panel) |
| No | Token de acceso personal para Management API |
| No | Clave anónima para operaciones del lado del cliente |
Herramientas
Database
execute_sql— Ejecutar SQL arbitrariolist_schemas— Listar esquemas de base de datoslist_tables— Listar tablas en un esquemaget_schema— Obtener detalles del esquema de la tablaget_table_row_counts— Obtener recuentos de filas de todas las tablasrun_rpc— Llamar a funciones de PostgreSQL
Storage
list_buckets— Listar buckets de almacenamientocreate_bucket— Crear un bucket de almacenamientodelete_bucket— Eliminar un bucket de almacenamientolist_files— Listar archivos en un bucketupload_file— Subir un archivodownload_file— Descargar un archivo (base64)delete_file— Eliminar un archivo
Auth
list_auth_users— Listar usuarioscreate_auth_user— Crear un usuarioupdate_auth_user— Actualizar un usuariodelete_auth_user— Eliminar un usuario
Edge Functions
list_edge_functions— Listar funciones desplegadasinvoke_edge_function— Invocar una función
Gestión
list_projects— Listar todos los proyectosget_project— Obtener detalles del proyecto
Configuración de MCP
{
"mcpServers": {
"supabase": {
"command": "node",
"args": ["path/to/server.cjs"]
}
}
}Notas de Seguridad
La clave de rol de servicio tiene acceso de administrador — úsala con precaución
Nunca hagas commit de
.envoconfig.jsonUsa variables de entorno en producción
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