Skip to main content
Glama

VideoDB Director

Official
by video-db

구성 기반 MCP 클라이언트에 MCP 서버를 추가하려면 명령과 인수가 다음과 같이 표시됩니다.

uv 설치

먼저 uv를 설치해야 합니다.

macOS/Linux의 경우:

지엑스피1

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 서버를 추가합니다.
    { "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. 커서 내부에서 설정 > 커서 설정 으로 이동합니다.
  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.

비디오DB 디렉터

  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