Skip to main content
Glama
server.json2.86 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "com.supabase/mcp", "title": "Supabase", "description": "MCP server for interacting with the Supabase platform", "icons": [ { "mimeType": "image/png", "sizes": ["16x16"], "src": "https://supabase.com/favicon/favicon-16x16.png" }, { "mimeType": "image/png", "sizes": ["32x32"], "src": "https://supabase.com/favicon/favicon-32x32.png" }, { "mimeType": "image/png", "sizes": ["48x48"], "src": "https://supabase.com/favicon/favicon-48x48.png" }, { "mimeType": "image/png", "sizes": ["96x96"], "src": "https://supabase.com/favicon/favicon-96x96.png" }, { "mimeType": "image/png", "sizes": ["128x128"], "src": "https://supabase.com/favicon/favicon-128.png" }, { "mimeType": "image/png", "sizes": ["180x180"], "src": "https://supabase.com/favicon/favicon-180x180.png" }, { "mimeType": "image/png", "sizes": ["196x196"], "src": "https://supabase.com/favicon/favicon-196x196.png" } ], "repository": { "url": "https://github.com/supabase-community/supabase-mcp", "source": "github", "subfolder": "packages/mcp-server-supabase" }, "websiteUrl": "https://supabase.com/mcp", "version": "0.5.9", "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.9", "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 } ] } ] }

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

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