Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_API_KEY | Yes | Your Supabase API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projects | List all Supabase projects |
| get_project | Get details of a specific Supabase project |
| create_project | Create a new Supabase project |
| delete_project | Delete a Supabase project |
| list_organizations | List all organizations |
| get_organization | Get details of a specific organization |
| create_organization | Create a new organization |
| get_project_api_keys | Get API keys for a specific Supabase project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |