supabase-mcp-integration
Comprehensive Supabase integration covering authentication, database operations, realtime subscriptions, storage, and MCP server patterns for building production-ready backends with PostgreSQL, Auth, and real-time capabilities
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Comprehensive Supabase integration covering authentication, database operations, realtime subscriptions, storage, and MCP server patterns for building production-ready backends with PostgreSQL, Auth, and real-time capabilities
How to use
Zainstaluj skill supabase-mcp-integration w swoim środowisku Claude, upewniając się, że masz dostęp do projektu Supabase i klucze API (URL projektu i anon key).
Zainicjuj klienta Supabase w TypeScript, importując createClient z biblioteki @supabase/supabase-js i przekazując URL oraz klucz publiczny projektu.
Implementuj autentykację wybierając metodę (email/hasło, OAuth, magic link) — skill obsługuje zarządzanie sesjami i JWT automatycznie.
Definiuj operacje na bazie danych (select, insert, update, delete) bezpośrednio na tabelach PostgreSQL; skill wspiera złożone zapytania, joiny i relacje.
Dodaj real-time funkcjonalność tworząc subskrypcje na zmiany w bazie danych za pomocą WebSocket — przydatne do czatu, współpracy i live dashboardów.
Skonfiguruj Row-Level Security (RLS) w PostgreSQL, aby ograniczyć dostęp do danych na poziomie wiersza — skill integruje się z systemem autentykacji Supabase.