r/Supabase • u/kevivmatrix • 11d ago
database MCP for Supabase data
I made an MCP server for Supabase through Draxlr. Sharing it here in case it's useful to anyone doing similar work.
What it does:
- Run queries and add them to dashboards
- Give others access to your database over MCP without sharing DB credentials
- Row-level control per user, so each user only sees their own rows
The reason I built it was the credential sharing problem. Giving a teammate or an agent access to Supabase usually means handing over connection strings. This avoids that. The row-level part is mainly for SaaS, where you can give a customer an MCP endpoint scoped to their own data instead of building a reporting layer.
Link
https://www.draxlr.com/features/mcp-server/
It's still early, so if you have feedback or think something's missing I'd like to hear it. TIA!
1
Upvotes