Skip to main content
Glama
Apache 2.0
845
2,105
  • Apple
package.json1.14 kB
{ "name": "@supabase/mcp-server-postgrest", "version": "0.1.0", "description": "MCP server for PostgREST", "license": "Apache-2.0", "type": "module", "main": "dist/index.cjs", "types": "dist/index.d.ts", "sideEffects": false, "scripts": { "build": "tsup --clean", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "prebuild": "pnpm typecheck", "prepublishOnly": "pnpm build", "test": "vitest" }, "files": ["dist/**/*"], "bin": { "mcp-server-postgrest": "./dist/stdio.js" }, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts", "default": "./dist/index.cjs" } }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "@supabase/mcp-utils": "workspace:^", "@supabase/sql-to-rest": "^0.1.8", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.1" }, "devDependencies": { "@supabase/auth-js": "^2.67.3", "@total-typescript/tsconfig": "^1.0.4", "@types/node": "^22.8.6", "prettier": "^3.3.3", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^5.6.3", "vitest": "^2.1.9" } }

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