# Scorable MCP Server Configuration
# Copy this file to .env and update with your settings
# Required: Your Scorable API key
SCORABLE_API_KEY=your_api_key_here
# Optional: Server settings
MAX_EVALUATORS=40 # adjust based on your model's capabilities
HOST=0.0.0.0
PORT=9091
LOG_LEVEL=info
DEBUG=false
ENV=development
CODING_POLICY_EVALUATOR_ID=4613f248-b60e-403a-bcdc-157d1c44194a # adjust if you want to use a different evaluator for coding policy
CODING_POLICY_EVALUATOR_REQUEST="Is the response written according to the coding policy?" # adjust if you want to use a different request for coding policy