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. |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/davezfr/mpilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server