Skip to main content
Glama
dj-pearson

Supabase Coolify MCP Server

by dj-pearson
package.json2.03 kB
{ "name": "supabase-coolify-mcp-server", "version": "1.2.4", "description": "MCP server for managing self-hosted Supabase on Coolify with full deployment support", "main": "dist/index.js", "bin": { "supabase-coolify-mcp": "dist/index.js" }, "type": "module", "files": [ "dist/", "docs/", "README.md", "QUICKSTART.md", "CHANGELOG.md", "LICENSE", "UPGRADE.md", "START_HERE.md", "DIAGNOSE_NOW.md", "TROUBLESHOOTING.md", "MCP_CONFIGURATION.md", "diagnose.ts", "diagnose.ps1", "diagnose.sh", "start-mcp.ps1", "start-mcp.sh", "env.example" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "diagnose": "tsx diagnose.ts", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run typecheck && npm run lint && npm run build" }, "keywords": [ "mcp", "model-context-protocol", "supabase", "coolify", "self-hosted", "deployment", "migrations", "edge-functions", "database", "postgres", "typescript", "cli", "automation", "devops" ], "author": "DjPearson", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dj-pearson/supabase-coolify-mcp-server.git" }, "bugs": { "url": "https://github.com/dj-pearson/supabase-coolify-mcp-server/issues" }, "homepage": "https://github.com/dj-pearson/supabase-coolify-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@supabase/supabase-js": "^2.45.4", "axios": "^1.7.9", "dotenv": "^16.4.5", "zod": "^3.23.8" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/parser": "^8.18.1", "eslint": "^9.16.0", "tsx": "^4.19.2", "typescript": "^5.7.2", "typescript-eslint": "^8.49.0" }, "engines": { "node": ">=18.0.0" } }

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/dj-pearson/supabase-coolify-mcp-server'

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