We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-supabase-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@aliyun-supabase/mcp-server-supabase",
"version": "1.5.0",
"description": "MCP server for interacting with Supabase",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsup --clean",
"prepublishOnly": "npm run build",
"test": "vitest",
"test:unit": "vitest --project unit",
"test:e2e": "vitest --project e2e",
"test:integration": "vitest --project integration",
"test:coverage": "vitest --coverage",
"generate:management-api-types": "openapi-typescript https://api.supabase.com/api/v1-json -o ./src/management-api/types.ts"
},
"files": [
"dist/**/*"
],
"bin": "./dist/transports/stdio.js",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
},
"./platform": {
"import": "./dist/platform/index.js",
"types": "./dist/platform/index.d.ts",
"default": "./dist/platform/index.cjs"
}
},
"dependencies": {
"@alicloud/openapi-client": "^0.4.15",
"@mjackson/multipart-parser": "^0.10.1",
"@modelcontextprotocol/sdk": "^1.11.0",
"@supabase/mcp-utils": "0.2.1",
"common-tags": "^1.8.2",
"graphql": "^16.11.0",
"openapi-fetch": "^0.13.5",
"zod": "^3.24.1",
"@alicloud/gpdb20160503": "^2.7.1"
},
"devDependencies": {
"@ai-sdk/anthropic": "^1.2.9",
"@electric-sql/pglite": "^0.2.17",
"@total-typescript/tsconfig": "^1.0.4",
"@types/common-tags": "^1.8.4",
"@types/node": "^22.8.6",
"@vitest/coverage-v8": "^3.2.4",
"ai": "^4.3.4",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"msw": "^2.7.3",
"nanoid": "^5.1.5",
"openapi-typescript": "^7.5.0",
"openapi-typescript-helpers": "^0.0.15",
"prettier": "^3.3.3",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^3.2.4"
}
}