MCP Base
The MCP base bootstrap sets up Supabase, environment variables, and database migrations. This is the first required step before any optional modules.
Step-by-step flow
MCP Bootstrap pauses for consent before each action and records checkpoints so you always know where you are in the setup.
Steps
1
Start
Prompt the MCP to begin base bootstrap.
2
Prereqs
Verify Node.js, npm, and Supabase CLI.
3
Install Deps
Run npm install if node_modules are missing.
4
Supabase Login
Authenticate with Supabase (TTY or non-TTY).
5
Init + Link
Initialize Supabase and link to a project.
6
Supabase Keys
Add Supabase URL and keys to .env.local.
7
Migrations
Check and run migrations safely.
8
Boot App
Start the dev server and verify setup.
What You'll Configure
Authentication
Supabase Auth with email/password and social providers ready to configure.
Database
PostgreSQL with RLS policies and typed schema.
Storage
Buckets for user uploads and assets.
Edge Functions
Serverless functions for backend logic.
