# Plex MCP Server Configuration
# Plex Server URL
# Replace localhost with your server's IP address if running remotely
# Default port is usually 32400
PLEX_URL=http://localhost:32400
# Plex Authentication Token
# Get this from your Plex account settings or use the instructions in README.md
PLEX_TOKEN=your_plex_token_here
# Optional: Specify custom port for the MCP server (if needed)
# MCP_PORT=3000
# Optional: Enable debug logging
# DEBUG=true