MCP Hub Logo

Supabase Explorer

Explore and query your Supabase project — tables, auth users, storage buckets, and Edge Functions — from your AI.

supabasedatabasepostgresauthstorage
CuratedLast reviewed: Dec 7, 2024API Key Required

About

Supabase Explorer

Deep access to your Supabase project from your AI conversation. Browse table schemas, run queries, inspect auth users, list storage objects, and check Edge Function logs.

Setup

{
  "mcpServers": {
    "supabase-explorer": {
      "command": "npx",
      "args": ["-y", "@mcphub/supabase-explorer"],
      "env": {
        "SUPABASE_URL": "https://yourproject.supabase.co",
        "SUPABASE_SERVICE_KEY": "eyJ..."
      }
    }
  }
}

⚠️ Use the service role key (not the anon key) from your project settings. This key bypasses RLS — keep it secret.

Example Prompts

  • "List all tables in my Supabase project"
  • "How many users signed up this week?"
  • "Show me the storage buckets and their sizes"

Permissions & Access

Permissions Required

read:databaseread:auth

External Systems Accessed

Supabase