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:

  1. Schema changes → new file in supabase/migrations/
  2. Apply via supabase db push or SQL Editor
  3. Regenerate TypeScript types
  4. Commit migration + type updates together