We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BradGriffith/csg-portal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MongoDB Configuration
MONGODB_URI=mongodb://localhost:27017
MONGODB_DATABASE=csg_portal
# Encryption Configuration
# IMPORTANT: Change this in production! Use a strong, random 32+ character key
ENCRYPTION_MASTER_KEY=your-very-secure-master-encryption-key-change-this
# Veracross Configuration (optional override)
VERACROSS_SCHOOL_CODE=csg
# SignUpGenius Configuration (optional)
# Lower School lunch volunteer signup URL
LS_LUNCH_SIGNUP_URL=https://www.signupgenius.com/go/10C084BADAA2BA2FFC43-57722061-lslunch#/
# Node Environment
NODE_ENV=development