Shaka Packager MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMP_DIR | No | Custom temporary directory for file uploads | |
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | |
| VIDEO_PATH | No | Path to your local video directory (used for translating paths between Docker and host) | |
| DOCKER_PATH | No | Docker container mount path | /projects/video-drop |
| COMMAND_TIMEOUT | No | Timeout in seconds for Shaka Packager commands | 300 |
| SHAKA_PACKAGER_PATH | No | Path to the Shaka Packager executable (highly recommended for Claude Desktop) |
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 |
|---|---|
| analyze_videoB | |
| run_shaka_packagerC | |
| get_shaka_documentationB | Get comprehensive Shaka Packager documentation, including command structure and examples. |
| get_shaka_optionsB | Get the available options and version information for Shaka Packager. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| mp4_to_ts_prompt | Create a prompt to convert MP4 files to TS files. Args: file_path: Path to the uploaded video file. |
| vod_hls_dash_prompt | Create a prompt to package a file for VOD (Video on Demand) in HLS and DASH formats. Args: file_path: Path to the uploaded video file. |
| live_hls_dash_prompt | Create a prompt to package a file for live streaming in HLS and DASH formats. Args: file_path: Path to the uploaded video file. |
| content_encryption_prompt | Create a prompt to encrypt content using Shaka Packager. Args: file_path: Path to the uploaded video file. |
| ad_insertion_prompt | Create a prompt to prepare content for ad insertion using Shaka Packager. Args: file_path: Path to the uploaded video file. |
| analyze_video_prompt | Create a prompt to analyze a video file using Shaka Packager. Args: file_path: Path to the uploaded video file. |
| what_should_i_do_prompt | Create a prompt to suggest operations when the user provides a file path without specific instructions. Args: file_path: Path to the video file. |
| command_format_reminder | Create a prompt to remind about proper Shaka Packager command format. |
| error_interpretation_prompt | Create a prompt to help interpret common Shaka Packager errors. Args: error_message: The error message from Shaka Packager. file_path: Path to the video file that caused the error. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/coderjun/shaka-packager-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server