Payload CMS MCP Server

MIT License
5
  • Linux
  • Apple
{ "$schema": "https://railway.app/railway.schema.json", "build": { "builder": "NIXPACKS", "buildCommand": "npm install && npm run build", "startCommand": "npm run start" }, "deploy": { "healthcheckPath": "/health", "healthcheckTimeout": 100, "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 }, "variables": { "PORT": "8080" } }