Subscribe
18:00Tao calls OpenAI’s Navier–Stokes push “resource extraction”17:10LAPTOP memecoin hits $190.81, then loses 99% inside an hour17:05Hubinger puts the odds of AI killing everyone above 10%; a colleague resigns16:39CancerBench launches; five frontier models tied at zero cancer types cured16:30ElevenLabs preparing 2028 IPO after $11bn round, The Information reports16:30Anthropic retracts its July explanation: Mythos 5 attacked systems knowingly
Developers3 min read

Supabase's MCP server ships inside Gemini Enterprise with two safety labels

Every tool the connector exposes is annotated read-only or destructive, which is the entire permission model for natural-language access to a production database.

In briefSupabase announced on September 9, 2026 that it is available as a prebuilt connector in Google Cloud Gemini Enterprise1Google's Rayn Veerubhotla describes the integration as connecting Supabase's MCP Server to Gemini Enterprise2Connections are made at Supabase organization level and every exposed tool is annotated as read-only or destructive3
Google’s headquarters in Mountain View, California
Photo: Asoundd (CC BY-SA 4.0)

Supabase became a prebuilt connector in Google Cloud's Gemini Enterprise on September 9th. Connect a Supabase organisation once and anyone in Gemini Enterprise can query it in English, next to GitHub, Linear, Notion, Slack and Salesforce.

What is underneath is not new, and Google says so. "Connecting Supabase's MCP Server to Gemini Enterprise means your backend is part of that conversation, grounded in live data from your actual projects," says Rayn Veerubhotla, a Google managing director for partner technical architects. This is the MCP server Supabase already had, with a Google badge and a place in a connector menu.

The sentence we would put on the whiteboard is much further down the post: "Connections are made at the Supabase organization level, and every tool the connector exposes is annotated as read-only or destructive."

Two labels. Is that the whole permission model? As described in the post, yes.

We are not being unfair to it. That annotation is probably the right axis, and it is more than many integrations bother with (most MCP servers ship no annotation at all). But consider what a two-valued flag cannot express. A read that returns forty million rows of customer records is read-only. A read that joins auth tables is read-only. select * from payments is read-only. On the other side, drop table and a routine migration are both destructive, and only one of them should ever happen from a chat box on a Tuesday afternoon.

The scoping story around it is thin in the same way. On the Business edition, Supabase "shows up in the connector menu. Once you select it and sign in to your Supabase organization, the connection is live, with nothing to configure on your end." Standard, Plus and Frontline editions route it through an admin console with a client ID and secret, which is the version an enterprise security team would recognise. Business is the one to think about, because the unit of connection is the whole organisation and the unit of authorisation seems to be a person clicking a menu item.

Supabase does answer the obvious data-residency question directly, and the answer is good: "Gemini Enterprise doesn't store or index your Supabase data: every response is fetched in real time from your organization, so what you see reflects the current state of your projects." Nothing is copied into a Google index. If a prompt touches several connected tools the results are combined at answer time, so you can ask about a feature and get the Supabase tables next to the Jira tickets tracking it.

Our read is that the sequencing tells you where this is going. Sixteen days earlier, on August 24th, Supabase shipped enterprise-managed auth for its MCP server. First you make the MCP server something an IT department can govern, then you put it inside somebody else's assistant. Expect roughly the same pair of posts, in the same order, from every database company with an MCP server this quarter.

And we would expect the read-only/destructive taxonomy to grow. A third value, or per-table scoping, or a row-count ceiling — some way to say that a query is safe for the schema and unsafe for the people in it (row-level security helps here and is not mentioned once). If that has not arrived within a year, either nobody has run this against a table with real customer data in it, or somebody has and we have not heard about it yet.

The stated case for all this is the person who does not live in the Supabase dashboard: IT and ops checking database metrics or table structure without direct access. That is a real user, and giving them a read-only English query is a genuinely nice thing to do. Which is exactly why the interesting question is not what the connector can do.

It is who, in your organisation, can now click one menu item and find out.

Sources

01
Supabase announced on September 9, 2026 that it is available as a prebuilt connector in Google Cloud Gemini EnterpriseSupabase is now available in Gemini Enterprise 9 Sep 2026 ... Supabase is now available as a prebuilt connector in Google Cloud Gemini Enterprise . Connect your Supabase organization once, and your team can query and take action on…” — supabase.com · primary · Sep 10
02
Google's Rayn Veerubhotla describes the integration as connecting Supabase's MCP Server to Gemini EnterpriseDevelopers and their teams increasingly work from wherever the conversation is happening. Connecting Supabase's MCP Server to Gemini Enterprise means your backend is part of that conversation, grounded in live data from your actual…” — supabase.com · primary · Sep 10
03
Connections are made at Supabase organization level and every exposed tool is annotated as read-only or destructiveConnections are made at the Supabase organization level, and every tool the connector exposes is annotated as read-only or destructive.” — supabase.com · primary · Sep 10
Show all 8 sources
04
On the Business edition the connection goes live from the connector menu with nothing to configure, while Standard, Plus and Frontline route through an admin console with a client ID and secretBusiness edition: Supabase shows up in the connector menu. Once you select it and sign in to your Supabase organization, the connection is live, with nothing to configure on your end. Standard, Plus, and Frontline editions: admins find…” — supabase.com · primary · Sep 10
05
Gemini Enterprise does not store or index Supabase data and fetches every response in real timeGemini Enterprise doesn't store or index your Supabase data: every response is fetched in real time from your organization, so what you see reflects the current state of your projects.” — supabase.com · primary · Sep 10
06
Prompts touching several connected tools are combined into a single answerIf a prompt touches more than one connected tool, Gemini Enterprise combines results into a single answer. Ask about a feature and get the related Supabase tables alongside the Jira tickets tracking the work, in one response.” — supabase.com · primary · Sep 10
07
Supabase published enterprise-managed auth for its MCP server on August 24, 2026, sixteen days before the Gemini Enterprise connectorNext post Enterprise-managed auth for the Supabase MCP server 24 August 2026” — supabase.com · primary · Sep 10
08
Supabase frames the connector as useful to people outside the engineering team, such as IT and ops checking metrics or table structure without direct accessIT and ops teams can check database metrics or look up table structure without needing direct access, while developers get answers about their backend without switching contexts.” — supabase.com · primary · Sep 10
Up next · Keep readingDevelopers · 3 min read

DigitalOcean puts $3m into Omarchy, taking DHH's foundation to $18.5m in 19 days

A Linux distribution built mostly by agents is now funded by the cloud and the labs whose products it burns.

Continue ↓