What is Supabase?
Supabase is an open source backend service provider of PostgreSQL database, authentication, real-time subscriptions, and serverless functions. It combines multiple tools into a unified platform for building scalable applications.A database stores, organizes, and retrieves data for your project. With a database, you can persist user data, content, and configurations — even after the app is closed or restarted.
- Have Same design and build a schema that fits your project
- Have Same integrate with Supabase’s authentication to manage your users
- Explore and analyze your data without leaving your Same workspace
Get started with Supabase
We recommend connecting to Supabase through MCP1
Open MCP tools panel
Click Tools and open the panel

2
Connect to Supabase MCP
Find the card for Supabase and click Add Supabase

3
Authorize the connection
Follow the page instructions to approve the connection. You may need to sign up for an account if you don’t have one yet.
Supabase provides free plans for new users. Check Supabase’s pricing.
4
Design and connect to a database with Supabase
Once the connection is successful, directly ask Same to:Same will automatically manage everything for you, from Supabase project creation and database schema design to final connection and migration.
Sample prompts with Supabase
Here are some sample prompts you can try with Supabase to discover its full functionality:Connect your project to a database
Connect your project to a database
Add authentication to your project with Supabase
Add authentication to your project with Supabase
Query and analyze data
Query and analyze data