Skip to main content
Glama

VideoDB Director

Official
by video-db

要在任何配置驱动的 MCP 客户端中添加 MCP 服务器,命令和参数如下所示

安装uv

我们需要先安装 uv。

对于 macOS/Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh

对于 Windows:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

您还可以访问uv的安装步骤��了解更多详细信息

运行 MCP 服务器

您可以使用以下命令使用uvx运行 MCP 服务器

uvx videodb-director-mcp --api-key=VIDEODB_API_KEY

在您最喜欢的客户端中添加 VideoDB Director MCP 服务器

克劳德桌面

要在 Claude 中配置 VideoDB Director MCP 服务器,您可以运行以下命令

uvx videodb-director-mcp --install=claude

您可以按照以下步骤手动配置 MCP 服务器:

  1. 打开claude_desktop_config.json文件在 MacOS/Linux 中:
    code ~/Library/Application\ Support/Claude/claude_desktop_config.json
    在 Windows 中:
    code $env:AppData\Claude\claude_desktop_config.json
  2. mcpServers键中添加 VideoDB Director MCP Server:
    { "mcpServers": { "videodb-director": { "command": "uvx", "args": ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"] } } }

光标

要在 Cursor 中配置 VideoDB Director MCP 服务器,您可以运行以下命令

uvx videodb-director-mcp --install=cursor

您可以按照以下步骤手动配置 MCP 服务器:

  1. 在 Cursor 中,前往**“设置”>“Cursor 设置”**
  2. 点击MCP
  3. 点击添加新的全局 MCP 服务器
  4. mcpServers键下添加 VideoDB Director MCP 服务器
    { "mcpServers": { "videodb-director": { "command": "uvx", "args": ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"] } } }

同时在 Claude 和 Cursor 中安装。

您可以通过运行以下命令在 Claude 和 Cursor 中同时配置 VideoDB Director MCP 服务器

uvx videodb-director-mcp --install=all

为 Claude Code 安装

claude mcp add videodb-director uvx -- videodb-director-mcp --api-key=<VIDEODB_API_KEY>

更新 VideoDB Director MCP 包

为了确保您使用的是带有uvx的 MCP 服务器的最新版本,请先清除缓存:

uv cache clean

此命令将删除videodb-director-mcp的所有过时的缓存包,从而允许uvx获取最新版本。

如果您始终希望使用最新版本的 MCP 服务器,请按如下方式更新您的命令:

uvx videodb-director-mcp@latest --api-key=<VIDEODB_API_KEY>
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

VideoDB 导演

  1. 运行 MCP 服务器
    1. 在您最喜欢的客户端中添加 VideoDB Director MCP 服务器
      1. 克劳德桌面
      2. 光标
      3. 同时在 Claude 和 Cursor 中安装。
      4. 为 Claude Code 安装
    2. 更新 VideoDB Director MCP 包

      Related MCP Servers

      View all related MCP servers

      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/video-db/agent-toolkit'

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