.env.example•609 B
# Xplainable MCP Server Configuration
# Copy this file to .env and fill in your values
# Required: Your Xplainable API key
XPLAINABLE_API_KEY=your-api-key-here
# Optional: Xplainable API hostname (defaults to production)
XPLAINABLE_HOST=https://platform.xplainable.io
# Optional: Organization ID
XPLAINABLE_ORG_ID=
# Optional: Team ID
XPLAINABLE_TEAM_ID=
# Optional: Enable write tools (deploy, activate, etc.)
# Set to "true" to enable write operations
ENABLE_WRITE_TOOLS=false
# Optional: Enable rate limiting
RATE_LIMIT_ENABLED=true
# Optional: Log level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO