Integrate Supabase MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Supabase
Updates a row in a database or inserts new row if not found. See the docs here
Updates row(s) in a database. See the docs here
Selects row(s) in a database. See the docs here
Call a Postgres function in a database. See the docs here
Inserts a new row into a database. See the docs here
Deletes row(s) in a database. See the docs here
Counts rows in a database table, with optional filtering conditions. See the docs here
Inserts new rows into a database. See the documentation