Skip to main content
Glama
Apache 2.0
926
2,159
  • Apple
server.json1.89 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", "name": "com.supabase/mcp", "description": "MCP server for interacting with the Supabase platform", "repository": { "url": "https://github.com/supabase-community/supabase-mcp", "source": "github", "subfolder": "packages/mcp-server-supabase" }, "websiteUrl": "https://supabase.com/mcp", "version": "0.5.6", "remotes": [ { "type": "streamable-http", "url": "https://mcp.supabase.com/mcp" } ], "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@supabase/mcp-server-supabase", "version": "0.5.6", "transport": { "type": "stdio" }, "runtimeHint": "npx", "runtimeArguments": [ { "type": "named", "name": "--project-ref", "description": "Supabase project reference ID", "format": "string", "isRequired": false }, { "type": "named", "name": "--read-only", "description": "Enable read-only mode", "format": "boolean", "isRequired": false }, { "type": "named", "name": "--features", "description": "Comma-separated list of features to enable", "format": "string", "isRequired": false }, { "type": "named", "name": "--api-url", "description": "Custom API URL", "format": "string", "isRequired": false } ], "environmentVariables": [ { "name": "SUPABASE_ACCESS_TOKEN", "description": "Personal access token for Supabase API", "format": "string", "isRequired": true, "isSecret": 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