Cursor MCP (Optional)
Optional Supabase MCP for Cursor — not required for the team.
MCP (Model Context Protocol) connects AI assistants in Cursor to external services. It is an IDE feature — not part of the Creative Hub application.
What is MCP?
The user-supabase MCP server lets Cursor agents run SQL, apply migrations, list tables, and fetch logs directly from your Supabase project while you code.
Cursor-only tooling
To enable in Cursor: Settings → MCP → add the Supabase server with your project credentials.
Team workflow without MCP
Everyone should use the same source of truth:
- Schema changes → new file in
supabase/migrations/ - Apply via
supabase db pushor SQL Editor - Regenerate TypeScript types
- Commit migration + type updates together