ChatGPT MCP Server

by Toowiredd
Verified
# API authentication API_KEY=your_api_key_here # Server configuration HTTP_PORT=3001 # Rate limiting RATE_LIMIT_REQUESTS=50 # Maximum requests per window RATE_LIMIT_WINDOW=60000 # Window size in milliseconds (60000 = 1 minute)