ToolRadarHQ

supabase/mcp

This open-source project wires Supabase into any MCP-compatible AI assistant, which in practice means your coding agent or chat interface can read and write your database, inspect schema, run migrations, and manage auth users without you copy-pasting SQL back and forth. The differentiator over ad-hoc database integrations is the MCP protocol itself: it is a standardized handshake that any compliant assistant can consume, so the integration is not locked to one editor or chat tool. If you already run Supabase in production, adding this to your local Cursor or Claude setup means your AI context includes live schema awareness rather than stale pasted snippets. Honest reservation: real write access from an AI agent to a production database is a footgun if you skip the row-level security setup. Test on a staging project first and make sure RLS is tight before pointing this at anything a customer touches. -> Best for: solo founder or SaaS team of 2-5 already running Supabase who wants agentic backend access in their daily coding workflow
More like this