Skip to main content
Glama
.env.example2.44 kB
# FlixBridge Environment Variables Configuration # Copy this file to .env and update with your actual URLs and API keys # Debug mode (optional) - shows discovery logs FLIX_BRIDGE_DEBUG=1 # === Sonarr Instances === # Multiple Sonarr instances using slug-based configuration # Pattern: SONARR_<SLUG>_URL and SONARR_<SLUG>_API_KEY # Main Sonarr instance (HD content) SONARR_MAIN_URL=http://localhost:8989 SONARR_MAIN_API_KEY=your-sonarr-main-api-key-here # 4K Sonarr instance SONARR_4K_URL=http://localhost:8990 SONARR_4K_API_KEY=your-sonarr-4k-api-key-here # Anime Sonarr instance with custom name SONARR_ANIME_URL=http://localhost:8991 SONARR_ANIME_API_KEY=your-sonarr-anime-api-key-here SONARR_ANIME_NAME=sonarr-anime-special # === Radarr Instances === # Multiple Radarr instances using slug-based configuration # Pattern: RADARR_<SLUG>_URL and RADARR_<SLUG>_API_KEY # Main Radarr instance (HD movies) RADARR_MAIN_URL=http://localhost:7878 RADARR_MAIN_API_KEY=your-radarr-main-api-key-here # UHD/4K Radarr instance RADARR_UHD_URL=http://localhost:7879 RADARR_UHD_API_KEY=your-radarr-uhd-api-key-here # === SABnzbd Downloaders === # Multiple SABnzbd instances using slug-based configuration # Pattern: SABNZBD_<SLUG>_URL and SABNZBD_<SLUG>_API_KEY # Main SABnzbd instance SABNZBD_MAIN_URL=http://localhost:8080 SABNZBD_MAIN_API_KEY=your-sabnzbd-main-api-key-here # 4K SABnzbd instance SABNZBD_4K_URL=http://localhost:8081 SABNZBD_4K_API_KEY=your-sabnzbd-4k-api-key-here # === Single Instance Fallback (Alternative Configuration) === # If you only have one instance of each service, you can use these simpler variables: # SONARR_URL=http://localhost:8989 # SONARR_API_KEY=your-sonarr-api-key-here # RADARR_URL=http://localhost:7878 # RADARR_API_KEY=your-radarr-api-key-here # SABNZBD_URL=http://localhost:8080 # SABNZBD_API_KEY=your-sabnzbd-api-key-here # === Service Names === # The slug-based configuration will automatically create service names like: # - sonarr-main (from SONARR_MAIN_*) # - sonarr-4k (from SONARR_4K_*) # - sonarr-anime-special (from SONARR_ANIME_NAME override) # - radarr-main (from RADARR_MAIN_*) # - radarr-uhd (from RADARR_UHD_*) # - sabnzbd-main (from SABNZBD_MAIN_*) # - sabnzbd-4k (from SABNZBD_4K_*) # Use these service names when calling MCP tools: # - system_status with service: "sonarr-main" # - queue_list with service: "radarr-uhd" # - download_status with services: ["sonarr-4k", "radarr-uhd"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thesammykins/FlixBridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server