# selfhosted-supabase

Control your self-hosted Supabase from your development environment. Browse schemas, run SQL, manage migrations and auth users, inspect stats, and work with storage and realtime. Generate TypeScript …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add freebreaker/selfhosted-supabase

# Browse available tools
npx -y smithery tool list freebreaker/selfhosted-supabase
```
