Gauntlet-Incept MCP

# Server Configuration PORT=3000 NODE_ENV=development # Database Configuration (RDS PostgreSQL) DB_HOST=alphacommoncrawl-core-reboot.cluster-caeuiwckzo1a.us-east-1.rds.amazonaws.com DB_PORT=5432 DB_NAME=core DB_USER=postgres DB_PASSWORD=your_db_password # SSH Tunnel Configuration (if needed) SSH_HOST=bastion.internal.alphaflashcards.com SSH_PORT=22 SSH_USER=ec2-user SSH_KEY_PATH=/path/to/your/ssh/key # QTI API Configuration QTI_API_URL=https://qti-api.example.com QTI_API_KEY=your_api_key # LLM API Configuration LLM_API_URL=https://api.openai.com/v1 LLM_API_KEY=your_openai_api_key LLM_MODEL=gpt-4 # Logging Configuration LOG_LEVEL=info