Serveur MCP pour administrer une instance Supabase auto-hébergée ou cloud via HTTP ou SDK Smithery. Il expose des outils pour la base de données, l’authentification, le stockage, le temps réel, les migrations, le monitoring et certaines tâches d’automatisation.
From the registry: Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
$ git clone https://github.com/MisterSandFR/Supabase-MCP-SelfHosted.git && cd Supabase-MCP-SelfHosted && pip install -r requirements.txtPlease install the `mistersandfr-supabase-mcp-selfhosted` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.11+** — Python 3.11 or newer
- **Clone and install** — Clone the repo and install Python requirements Run: `git clone https://github.com/MisterSandFR/Supabase-MCP-SelfHosted.git && cd Supabase-MCP-SelfHosted && pip install -r requirements.txt`
- **Supabase instance** — Self-hosted or cloud Supabase instance (https://supabase.com/)
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["src/supabase_server.py"]
- required environment variables:
- `SUPABASE_URL`: Supabase instance URL (example: `https://your-project.supabase.co`)
- `SUPABASE_ANON_KEY`: Supabase anon key (example: `<your-anon-key>`)
- optional environment variables:
- `SUPABASE_SERVICE_KEY`: Supabase service role key (for privileged ops) (example: `<your-service-key>`)
Note: 54+ tool self-hosted Supabase admin MCP. French docs. HTTP mode listens on :8000.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SUPABASE_URLrequiredURL de l’instance Supabase à ciblerSUPABASE_ANON_KEYrequiredClé anonyme Supabase utilisée pour l’accès de baseSUPABASE_SERVICE_KEYClé de service pour les opérations privilégiéesMinimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB