Xavier Ting AI for the rest of us

Supabase Plugin

Lets your AI work directly with your Supabase database.

Why use Supabase Plugin?

Supabase is the service many apps use to store their data and run their behind-the-scenes code. An assistant that cannot see yours will invent table names and write code against a shape that does not exist. This is Supabase's own add-on. It gives the assistant a real connection to your project, so it can read the data, make structural changes safely, and publish the small pieces of server code an app runs. It also brings two sets of written guidance, one on using Supabase properly and one on Postgres, the database underneath, so the assistant follows the house rules rather than whatever it half remembers.

When should you use Supabase Plugin?

Any project already using Supabase. It earns its place fastest on database structure changes, where an assistant working blind will happily write something that does not match your real tables.

How do you install and use Supabase Plugin?

  1. Run the command below. It works out which assistants you have and sets them up.
  2. Add --yes to the end of the command if you would rather it did not stop to ask.
  3. The first time you use it, it walks you through signing in to your Supabase project. After that, ask about your data in plain words.
Paste into the Terminal app npx plugins add supabase-community/supabase-plugin
← Back to the tools