We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ma3u/dust-mcp-server-postman-railway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[build]
builder = "nixpacks"
buildCommand = "npm install && npm run build"
[deploy]
startCommand = "node server.js"
[deploy.volumes]
[deploy.volumes.sessions]
mount_path = "/app/.sessions"
[deploy.volumes.uploads]
mount_path = "/app/uploads"
[healthcheck]
path = "/health"
timeout = 10
interval = 30
maxRetries = 3
initial_delay = 10
[deploy.service]
instances = 1
[deploy.service.autoscaling]
min = 1
max = 3
target_cpu = 70
target_memory = 80
[deploy.service.env]
NODE_ENV = "production"
PORT = "3000"
LOG_LEVEL = "info"
[deploy.service.checks]
http = "/health"
type = "http"
interval = "30s"
timeout = "10s"
# Required environment variables (must be set in Railway dashboard)
# DUST_API_KEY = ""
# DUST_WORKSPACE_ID = ""
# SESSION_SECRET = ""