Skip to main content
Glama

Supabase MCP Server

Apache 2.0
797
  • Apple
  • Linux
init_migrations.sql348 B
-- Initialize migrations infrastructure -- Create the migrations schema if it doesn't exist CREATE SCHEMA IF NOT EXISTS supabase_migrations; -- Create the migrations table if it doesn't exist CREATE TABLE IF NOT EXISTS supabase_migrations.schema_migrations ( version TEXT PRIMARY KEY, statements TEXT[] NOT NULL, name TEXT NOT NULL );

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexander-zuev/supabase-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server