MPilot
by davezfr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLEX_TOKEN | No | Authentication token for Plex. Optional. | |
| PLEX_BASE_URL | No | Base URL of the Plex server (e.g., http://127.0.0.1:32400). Optional. | |
| SUBDL_API_KEY | No | API key for SubDL. Optional. | |
| MPILOT_QBIT_URL | No | URL of the qBittorrent Web UI (e.g., http://host.docker.internal:8080). Required if acquisition tools enabled. | |
| MPILOT_PROWLARR_URL | No | URL of the Prowlarr server (e.g., http://prowlarr:9696). Required if acquisition tools enabled. | |
| MPILOT_QBIT_PASSWORD | No | Password for the qBittorrent Web UI. Required if acquisition tools enabled. | |
| MPILOT_QBIT_USERNAME | No | Username for the qBittorrent Web UI. Required if acquisition tools enabled. | |
| MPILOT_SUBTITLE_MODEL | No | Model identifier for the subtitle backend (e.g., 'gpt-5.4-mini'). Optional. | |
| OPENSUBTITLES_API_KEY | No | API key for OpenSubtitles.com. Optional. | |
| OPENSUBTITLES_PASSWORD | No | Password for OpenSubtitles.com. Optional. | |
| OPENSUBTITLES_USERNAME | No | Username for OpenSubtitles.com. Optional. | |
| MPILOT_PLEX_PATH_PREFIX | No | Path prefix for media on the Plex server (e.g., /server/media). Optional. | |
| MPILOT_PROWLARR_API_KEY | No | API key for the Prowlarr server. Required if acquisition tools enabled. | |
| MPILOT_SUBTITLE_BACKEND | No | Translation backend to use (e.g., 'codex-cli' or an OpenAI-compatible endpoint). Required if subtitle tools enabled. | |
| MPILOT_LOCAL_PATH_PREFIX | No | Path prefix for local media (e.g., /mnt/media). Optional. | |
| OPENSUBTITLES_USER_AGENT | No | User agent string for OpenSubtitles.com (e.g., 'MPilot v0.1.0'). Optional. | |
| MPILOT_SUBTITLE_OUTPUT_MODE | No | Output subtitle format (e.g., 'bilingual-ass', 'srt'). Default is 'bilingual-ass'. | |
| MPILOT_ENABLE_SUBTITLE_TOOLS | No | Set to 'true' to enable subtitle tools. Default is false. | |
| MPILOT_ACQUISITION_SAVE_PATH_TV | No | Default download save path for TV shows (e.g., /downloads/tv). Optional. | |
| MPILOT_ENABLE_ACQUISITION_TOOLS | No | Set to 'true' to enable acquisition tools. Default is false. | |
| MPILOT_SUBTITLE_SOURCE_LANGUAGE | No | Source language code for subtitles (e.g., 'en'). Default is 'en'. | |
| MPILOT_SUBTITLE_TARGET_LANGUAGE | No | Target language code for subtitles (e.g., 'zh'). Default is 'zh'. | |
| MPILOT_ACQUISITION_SAVE_PATH_MOVIE | No | Default download save path for movies (e.g., /downloads/movies). Optional. | |
| MPILOT_ACQUISITION_SAVE_PATH_MOVIE_4K | No | Default download save path for 4K movies (e.g., /downloads/movies-4k). Optional. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |