> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebender.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supabase

> Manage Supabase projects - interact with databases, run SQL queries, manage authentication, and access real-time features

## Connect Firebender to Supabase

Connect Firebender to Supabase to manage your database, authentication, and backend services.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/JSX-KE-pMIQ-3Nqc/assets/mcp/supabase.webm?fit=max&auto=format&n=JSX-KE-pMIQ-3Nqc&q=85&s=cbc51f9eebb2009867400c3042cbfa72" type="video/webm" data-path="assets/mcp/supabase.webm" />
</video>

## What is Supabase?

Supabase is an open-source Firebase alternative providing database, authentication, storage, and real-time subscriptions.

With the Supabase MCP integration, Firebender can:

* Query and manage database tables
* Run SQL queries directly
* Manage authentication and users
* Access storage buckets
* Configure real-time subscriptions

## Installation

Click the button below to install the Supabase MCP server:

[Add to Firebender](jetbrains://studio/firebender/add_mcp?id=supabase)

Or manually configure in your `mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "supabase": {
      "url": "https://mcp.supabase.com/mcp"
    }
  }
}
```

## Use Cases

* **Database Management**: Query and modify database tables
* **SQL Operations**: Run complex SQL queries and migrations
* **User Management**: Manage authentication and user data
* **API Integration**: Generate and test API endpoints
