Supabase MCP Server
by bill143
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| features | No | A comma-separated list of tool groups to enable. Available groups: account, docs, database, debugging, development, functions, storage, and branching. | account,database,debugging,development,docs,functions,branching |
| read_only | No | Restricts the server to read-only queries and disables mutating tools. Set to 'true' to enable. Recommended for security. | false |
| project_ref | No | Used to scope the server to a specific Supabase project. Replace with your project ID found in project settings. If omitted, the server has access to all projects in your account. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/bill143/supabase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server