
VideoDB Director
@video-db
VideoDB Director について
An open-source agent toolkit that auto-syncs SDK versions, docs, and examples—built for seamless integration with LLMs, and AI agents ( MCP compatible).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"videodb-director": {
"command": "uvx",
"args": [
"videodb-director-mcp@latest"
],
"env": {
"VIDEODB_API_KEY": "your-videodb-api-key"
}
}
}
}ツール
4Context for creating video applications using VideoDB
Will give you data related to VideoDB SDK which allows developers to use videodb in python. IMPORTANT: Whenever user wants to write code related to videos, youtube videos or VideoDB specifically, always call this tool.
Play the video of the given stream link
The Director tool orchestrates specialized agents within the VideoDB server, efficiently handling multimedia and video-related queries. Clients should send queries that Director can interpret clearly, specifying tasks in natural language. Director will then delegate these queries to appropriate agents for optimized results, utilizing defaults and contextual information if explicit parameters are not provided. Director handles queries such as: - Uploading & Downloading: - Upload media from URLs or local paths (supported media: video, audio, image) - Download the VideoDB generated video streams. - Indexing & Search: - Index spoken words or scenes in videos (spoken_words, scene indexing; scene indexing supports shot or time-based type) - Search VideoDB collections semantically or by keyword (semantic, keyword search; indexing types: spoken_word, scene) - Summarization & Subtitles: - Summarize video content based on custom prompts - Add subtitles in various languages - Dubbing: - Dub videos into target languages - Creating Videos: - Generate videos using specific models or engines (Fal, StabilityAI; job types: text_to_video, image_to_video) - Compare multiple video generation models (video_generation_comparison) - Audio Generation & Editing: - Generate speech, sound effects, or background music (engines: ElevenLabs for speech/sound effects, Beatoven for music) - Clone voices from audio sources or overlay cloned voices onto videos - Censor the video on given prompt - Image and Frame Generation: - Generate static image frames from videos at specified timestamps - Create or enhance images using GenAI models (job types: text_to_image, image_to_image using Fal, Replicate) - Video Editing & Clip Generation: - Edit or combine multiple videos and audio files - Generate targeted video clips from user prompts - Streaming & Web Search: - Stream videos by video ID or URL - Search for relevant online videos (engine: Serp) - Transcription: - Generate transcripts for videos - Pricing & Usage Information: - Provide detailed cost information and usage estimates - Meeting Recording & Analysis: - Record meetings - Deploy recording bots to Zoom, Google Meet, or Microsoft Teams - Analyze recorded meetings for AI-driven insights - Intelligently index and summarize meetings Clients should provide queries clearly aligned with Director's capabilities, allowing Director to use contextual defaults when explicit parameters like IDs or collection details are not specified. IMPORTANT: if you have a previous response of this method with an appropriate session_id, please provide that session_id in the next request to continue the conversation. IMPORTANT: It is MANDATORY to send the `session_id` param if any earlier response from this method exists with a `session_id` in its output
概要
What is VideoDB Director?
VideoDB Director is an MCP (Model Context Protocol) server that integrates AI assistants with the VideoDB video database platform. It is installed and run using the uvx package runner and requires a VideoDB API key for authentication.
How to use VideoDB Director?
Install the uv package manager, then run uvx videodb-director-mcp --api-key=VIDEODB_API_KEY. Configure the server in MCP‑compatible clients (e.g., Claude Desktop, Cursor) by adding it as an MCP server with the command uvx and arguments ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"]. Automatic installation commands are available for Claude (--install=claude), Cursor (--install=cursor), or both (--install=all). For Claude Code, use claude mcp add videodb-director uvx -- videodb-director-mcp --api-key=<VIDEODB_API_KEY>.
Key features of VideoDB Director
- Integrates with VideoDB’s video database platform
- Runs via the lightweight
uvxpackage runner - Supports automated install in Claude and Cursor
- Requires only a VideoDB API key for authentication
- Can be updated to latest version with
uv cache clean
Use cases of VideoDB Director
- Enabling AI assistants to query and manage video metadata
- Building automated video ingestion and retrieval pipelines
- Providing a natural‑language interface to VideoDB collections
FAQ from VideoDB Director
What runtime does VideoDB Director require?
You must install the uv package manager (from astral.sh) before running the server. The server itself is launched via uvx.
How do I obtain a VideoDB API key?
You need a valid VideoDB API key to pass with the --api-key argument. The key is required every time the server starts.
Which MCP clients are supported?
The README provides configuration examples for Claude Desktop (via claude_desktop_config.json) and Cursor. Automatic install commands are available for both.
How do I keep VideoDB Director up to date?
Run uv cache clean then start the server with uvx videodb-director-mcp@latest --api-key=... to always use the newest version.
What transport does the server use?
The server uses standard stdio transport, launched through uvx as a subprocess. No network port configuration is described.
「メディアとデザイン」の他のコンテンツ

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.
コメント