Overseerr MCP Server

by jmagar
Verified
# Overseerr Configuration OVERSEERR_URL=http://localhost:5055 OVERSEERR_API_KEY=your_api_key_here # Core Configuration LOG_LEVEL=info # debug, info, warn, error RETRY_ATTEMPTS=3 # Number of retry attempts for failed requests REQUEST_TIMEOUT=30000 # Request timeout in milliseconds RATE_LIMIT_PER_SECOND=2 # Rate limit for API requests per second