Skip to main content
Glama
Apache 2.0
845
2,105
  • Apple
server.json1.77 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", "name": "com.supabase/mcp", "description": "MCP server for interacting with the Supabase platform", "status": "active", "repository": { "url": "https://github.com/supabase-community/supabase-mcp", "source": "github", "subfolder": "packages/mcp-server-supabase" }, "version": "0.5.5", "packages": [ { "registry_type": "npm", "registry_base_url": "https://registry.npmjs.org", "identifier": "@supabase/mcp-server-supabase", "version": "0.5.5", "transport": { "type": "stdio" }, "runtime_hint": "npx", "runtime_arguments": [ { "type": "named", "name": "--project-ref", "description": "Supabase project reference ID", "format": "string", "is_required": false }, { "type": "named", "name": "--read-only", "description": "Enable read-only mode", "format": "boolean", "is_required": false }, { "type": "named", "name": "--features", "description": "Comma-separated list of features to enable", "format": "string", "is_required": false }, { "type": "named", "name": "--api-url", "description": "Custom API URL", "format": "string", "is_required": false } ], "environment_variables": [ { "name": "SUPABASE_ACCESS_TOKEN", "description": "Personal access token for Supabase API", "format": "string", "is_required": true, "is_secret": true } ] } ] }

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/supabase-community/mcp-supabase'

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