Back to MCP directory
publicPublicdnsLocal runtime

mcp_in_docker_container

该项目涉及使用Docker构建镜像,需要预先下载yt-dlp二进制文件,否则无法完成构建。

article

README

🚀 重要提示 (IMPORTANT NOTE)

⚠️ 重要提示

Dockerfile 在构建过程中会使用您机器上的 yt-dlp!如果没有下载 yt-dlp 文件,将无法构建 Docker 镜像!

💡 使用建议

下载 yt-dlp 二进制文件的方法,请参考 yt-dlp GitHub 获取详细信息。

说明视频

您可以通过点击下面的图片观看说明视频: 观看视频

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client