supabase-mcp-serverMCP Server35/100 via “supabase auth admin sdk method invocation with user lifecycle management”
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Unique: Wraps the Supabase Auth Admin SDK with MCP tool bindings and integrates user deletion/password reset operations into the safety system, requiring explicit confirmation before destructive auth operations. This prevents LLMs from accidentally deleting user accounts or forcing password resets without human approval.
vs others: Safer than direct Auth Admin SDK usage in agentic contexts because it enforces confirmation gates for destructive user operations, whereas raw SDK clients allow agents to delete users or reset passwords without safeguards, risking data loss and user disruption.