Skip to main content
Glama

Roblox MCP Unified Server

by Rxuser2
.env.exampleโ€ข571 B
# Roblox MCP Node.js Server Configuration # Server Configuration PORT=3000 NODE_ENV=development # Database Configuration DB_PATH=./data/roblox_mcp.db # HMAC Security ROBLOX_MCP_HMAC_SECRET=your_secure_hmac_secret_here_32_chars_minimum ROBLOX_MCP_VERBOSE=true # CORS Configuration CORS_ORIGIN=* # Rate Limiting RATE_LIMIT_WINDOW_MS=900000 RATE_LIMIT_MAX_REQUESTS=100 # Logging LOG_LEVEL=info LOG_FILE=./logs/app.log # Railway Configuration RAILWAY_STATIC_URL=https://your-app.railway.app # Production Settings ENABLE_RATE_LIMITING=true ENABLE_SECURITY_HEADERS=true

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/Rxuser2/Roblox-MCP-Unified'

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