ffmpeg-mcp-video-editor
by AbyAbyss
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FFMPEG_MCP_LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, ERROR. | INFO |
| FFMPEG_MCP_WORKSPACE | No | Outputs, job store, cached binaries and models. | ~/.ffmpeg-mcp/workspace |
| FFMPEG_MCP_FFMPEG_PATH | No | Use specific ffmpeg binary instead of resolving one. | |
| FFMPEG_MCP_FFPROBE_PATH | No | Use specific ffprobe binary instead of resolving one. | |
| FFMPEG_MCP_ALLOWED_ROOTS | No | Roots that inputs and outputs must sit under. | $HOME |
| FFMPEG_MCP_AUTO_DOWNLOAD | No | Allow downloading a static ffmpeg build. | 1 |
| FFMPEG_MCP_WHISPER_MODEL | No | Whisper model size: tiny, base, small, medium, large-v3, turbo. | base |
| FFMPEG_MCP_MAX_INPUT_BYTES | No | Rejects oversized inputs up front. | 16 GiB |
| FFMPEG_MCP_MAX_JOB_SECONDS | No | Wall-clock cap per job. | 10800 |
| FFMPEG_MCP_RETENTION_HOURS | No | How long finished jobs and their files are kept. | 24 |
| FFMPEG_MCP_WORKER_CONCURRENCY | No | Jobs running at once, per process. | 2 |
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
- 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/AbyAbyss/ffmpeg-mcp-video-editor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server