Direct database access via the Supabase MCP server. Use for schema inspection, SQL queries, migration management, RLS policy verification, and real-time data debugging.
Direct database access — Query schemas, run SQL, manage migrations, and inspect RLS policies without leaving the agent.
MCP server: supabase (user scope, HTTP transport)
URL: https://mcp.supabase.com/mcp
Status: ⚠️ Needs one-time OAuth login from a Claude Code session
Auth: Run in Claude Code, select , then authenticate in browser
/mcpsupabase@supabase/mcp-server-supabase/mcpsupabase| Table | Purpose |
|---|---|
venue_live_tables | Real-time scraper data (Bravo + PokerAtlas) |
poker_events | Tournament/event calendar data |
profiles | User profiles, VIP status, avatar |
social_posts | Social feed content |
training_sessions | GTO training history |
bankroll_sessions | Bankroll tracking data |
trivia_scores | Trivia leaderboard data |
geeves_missed_questions | Help bot unanswered questions |
"List all tables in the Supabase schema" "Show me the structure of the venue_live_tables table" "Query the last 10 scraper entries to check data freshness" "Check RLS policies on the profiles table"