ollos-mcp
by kelvinbiffi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLOS_HOME | No | Jobs, cache, models | ~/.ollos |
| OLLOS_YTDLP | No | Explicit binary path for yt-dlp | auto |
| OLLOS_FFMPEG | No | Explicit binary path for ffmpeg | auto |
| OLLOS_FFPROBE | No | Explicit binary path for ffprobe | auto |
| OLLOS_OFFLINE | No | 1 forbids network; models must be warmed up | 0 |
| OLLOS_DEBUG_MEM | No | 1 stamps every job event with process memory (rss, heap, arrayBuffers in MB) | 0 |
| OLLOS_MAX_FRAMES | No | Hard cap on frames per keyframes job | 500 |
| OLLOS_YTDLP_ARGS | No | Extra yt-dlp flags for every site download, allow-listed (e.g. --no-check-certificates --js-runtimes node) | |
| OLLOS_ALLOW_PRIVATE | No | Allow fetching from private networks | 0 |
| OLLOS_CONCURRENCY_OCR | No | Parallel jobs per class (ASR is fixed at 1) | 2 |
| OLLOS_MAX_DOWNLOAD_MB | No | Download cap | 2048 |
| OLLOS_RESPONSE_TOKENS | No | Response budget before truncation with a pointer to the resource | 20000 |
| OLLOS_MAX_DURATION_SEC | No | Media longer than this is refused (use from/to) | 14400 |
| OLLOS_CONCURRENCY_VISION | No | Parallel jobs per class (ASR is fixed at 1) | 2 |
| OLLOS_CONCURRENCY_DOWNLOAD | No | Parallel jobs per class (ASR is fixed at 1) | 2 |
| OLLOS_INLINE_THRESHOLD_SEC | No | Estimated work under this runs inline; 0 never inlines | 8 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues