Supabase MCP Server (Self-Hosted)
Community MCP server for managing self-hosted Supabase instances end-to-end — covering database operations, authentication, storage, realtime subscriptions, and database migrations. Variant of Supabase MCP targeting teams running Supabase on their own infrastructure rather than Supabase Cloud.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Full DB access via service role key. Implement RLS. Community server — audit before production. Self-hosted security is your responsibility.
⚡ Reliability
Best When
A team running Supabase on self-hosted infrastructure (Docker, Kubernetes) wants AI agents to manage their Supabase instance — database, auth, storage — without going through Supabase Cloud.
Avoid When
You use Supabase Cloud — the official Supabase MCP has better support for cloud features. This variant targets self-hosted deployments specifically.
Use Cases
- • Managing self-hosted Supabase database schema and data from backend development agents
- • Querying and mutating Supabase PostgreSQL databases from application agents
- • Managing Supabase Auth users and permissions from admin agents
- • Handling Supabase Storage buckets and files from content management agents
Not For
- • Supabase Cloud users (use the official Supabase MCP server instead)
- • Teams using other database backends (PostgreSQL-specific)
- • Non-Supabase PostgreSQL setups (missing Supabase-specific APIs)
Interface
Authentication
Supabase service role key and self-hosted instance URL required. Service role key has full database access — handle with care.
Pricing
Supabase self-hosted is free open source. MCP server is free open source. Only infrastructure hosting costs apply.
Agent Metadata
Known Gotchas
- ⚠ Service role key has full database access — treat it like a root credential; never expose to untrusted agents
- ⚠ Community server (MisterSandFR) — may lag official Supabase API; verify compatibility with your Supabase version
- ⚠ Self-hosted Supabase version compatibility matters — test against your specific deployment
- ⚠ Database migrations via agents are irreversible — require human confirmation before running migrations
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Supabase MCP Server (Self-Hosted).
Scores are editorial opinions as of 2026-03-06.