🔧

Supabase Admin Self-Hosted

🔧MCP Server

MisterSandFR/supabase-mcp-selfhosted

VibeIndex|
What it does

Provides a comprehensive management and monitoring server for self-hosted Supabase instances, offering 54+ administrative tools for database, authentication, storage, real-time operations, and depl...

remotehosted

Installation

git cloneClone repository
git clone https://github.com/MisterSandFR/Supabase-MCP-SelfHosted.git
pip installInstall dependencies
pip install -r requirements.txt
PythonRun Python server
python src/supabase_server.py
DockerRun with Docker
docker run -p 8000:8000 \
DockerRun with Docker
docker run -p 8000:8000 supabase-mcp-server
ConfigurationMCP configuration (may be incomplete)
{ "servers": { "supabase": { "name": "Supabase MCP Server", ...
📖 Extracted from MisterSandFR/supabase-mcp-selfhosted README
27,156
AddedJan 26, 2026