supabase-mcp.md

Supabase MCP

Featured
from"supabase"
2.3k

Supabase database, auth, and edge functions integration

Databases
SupabasePostgreSQLauthrealtime
install.sh
# Clone the repository
$git clone https://github.com/supabase/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve