Connect Your AI Agent with Supabase for Slack

Integrate Supabase MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Supabase
Supabase
Supabase is an open source Firebase alternative.

Categories

Databases

Available Tools

Tools that your AI agent can use through this MCP server to interact with Supabase

Batch Insert Rows

Inserts new rows into a database. See the documentation

Upsert Row

Updates a row in a database or inserts new row if not found. See the docs here

Update Row

Updates row(s) in a database. See the docs here

Select Row

Selects row(s) in a database. See the docs here

Remote Procedure Call

Call a Postgres function in a database. See the docs here

Insert Row

Inserts a new row into a database. See the docs here

Delete Row

Deletes row(s) in a database. See the docs here