supabase-mcp-serverMCP Server35/100 via “automatic migration versioning with schema change tracking”
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: Integrates migration versioning directly into the MCP tool execution layer, automatically capturing and storing migration metadata whenever schema changes occur, rather than requiring developers to manually create migration files. This creates an implicit audit trail of all schema changes made through the chat interface.
vs others: More transparent than manual migration management because every schema change is automatically versioned and logged, whereas traditional Supabase workflows require developers to manually create and track migration files, which can be forgotten or inconsistently documented.