Jake Shore e4a40298e4 Full cleanup: 65 servers compile clean, 15 new builds, TSC fixes across all existing servers
- Built from scratch: apollo, chargebee, datadog, greenhouse, lever, loom, pandadoc, salesloft, sendgrid, supabase, typeform, webflow, zoho-crm, twilio, reonomy
- TSC fixes: brevo, google-console, housecall-pro, meta-ads, rippling, bamboohr, close, fieldedge, freshdesk, helpscout, toast, touchbistro, hubspot, notion, quickbooks, airtable, gusto, intercom, linear, monday, salesforce, shopify, square, wave, xero
- Entry points added: close, touchbistro
- All 65 active servers compile with 0 TypeScript errors
- 4 specialty servers skipped (competitor-research, compliance-grc, n8n-apps, product-analytics)
2026-02-14 04:37:01 -05:00

39 lines
1.1 KiB
Markdown

# 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
```bash
npm install && npm run build
```
## Configuration
```bash
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