- READMEs added: asana, close, freshdesk, google-console, gusto, square - main.ts + server.ts (lazy loading): activecampaign, clickup, klaviyo, mailchimp, pipedrive, trello, touchbistro, closebot, close, google-console - All 13 compile with 0 TSC errors
Supabase MCP Server
MCP server for Supabase backend platform - projects, databases, storage, edge functions, auth, secrets, organizations.
Features
- 🚀 Projects - Manage Supabase projects
- 💾 Storage - Buckets and objects
- ⚡ Edge Functions - Serverless Deno functions
- 🔐 Auth - User management and config
- 🔑 Secrets - Environment variables
- 🏢 Organizations - Billing entities
Installation
npm install && npm run build
Configuration
export SUPABASE_ACCESS_TOKEN='your_access_token_here'
Available Tools (26 total)
Projects (4): list_projects, get_project, create_project, delete_project
Storage Buckets (4): list_buckets, get_bucket, create_bucket, delete_bucket
Storage Objects (2): list_objects, delete_object
Edge Functions (4): list_edge_functions, get_edge_function, deploy_edge_function, delete_edge_function
Auth (5): get_auth_config, update_auth_config, list_auth_users, get_auth_user, delete_auth_user
Secrets (3): list_secrets, create_secret, delete_secret
Organizations (2): list_organizations, get_organization
License
MIT