Skip to main content
Glama
config.yaml1.03 kB
# MCP Video Service 配置文件 # ASR(自动语音识别)提供者配置 # 支持的提供者: whisper, jianying, bcut asr: provider: "jianying" # 可选: whisper (本地), jianying (简影/CapCut), bcut (B站剪辑) use_cache: false # 是否使用缓存 need_word_time_stamp: false # 是否需要词级时间戳 # Whisper 语音识别配置(本地模型) whisper: model: "base" # 可选: tiny, base, small, medium, large language: "auto" # 可选: auto, zh, en, ja, ko 等 # JianYing (CapCut) 语音识别配置(在线服务) jianying: start_time: 0 # 音频开始时间(毫秒) end_time: 6000 # 音频结束时间(毫秒) # Bcut (B站剪辑) 语音识别配置(在线服务) # 暂无特殊配置,使用默认值 # YouTube/视频下载配置 youtube: download: audio_format: "mp3" # 输出音频格式: mp3, wav, m4a audio_quality: "192" # 音频质量: 128, 192, 256, 320 # 存储配置 storage: temp_dir: "/tmp/mcp-video" # 临时文件存储目录

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/takereshui/mcp-video-extraction-plus'

If you have feedback or need assistance with the MCP directory API, please join our Discord server