Loading page...
Loading page...
Explore and query your Supabase project — tables, auth users, storage buckets, and Edge Functions — from your AI.
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.
{
"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.