VideoDB Director
About
An open-source agent toolkit that auto-syncs SDK versions, docs, and examples—built for seamless integration with LLMs, and AI agents ( MCP compatible).
Details
- Author
- video-db
- GitHub stars
- 47
- Downloads
- 499
- Categories
- Media, File Management
Jump to
- Integrates with VideoDB’s video database platform
- Runs via the lightweight uvx package 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
VideoDB DirectorCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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>.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"videodb director": {
"videodb-director": {
"command": "uvx",
"args": [
"videodb-director-mcp@latest"
],
"env": {
"VIDEODB_API_KEY": "your-videodb-api-key"
}
}
}
}
}
McpServers
{
"videodb-director": {
"command": "uvx",
"args": [
"videodb-director-mcp@latest"
],
"env": {
"VIDEODB_API_KEY": "your-videodb-api-key"
}
}
}
Add the VideoDB Director MCP Server in your favorite Client
Claude Desktop
To configure VideoDB Director MCP server in Claude, you can run the following command ``uvx videodb-director-mcp --install=claude`
You can manually configure the MCP Server by following these steps:
1. Open the claude_desktop_config.json file
In MacOS/Linux:
`
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
`
In Windows:
`
code $env:AppData\Claude\claude_desktop_config.json
`
2. Add the VideoDB Director MCP Server inside the mcpServers key:
`json
{
"mcpServers": {
"videodb-director": {
"command": "uvx",
"args": ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"]
}
}
}
`
Cursor
To configure VideoDB Director MCP server in Cursor, you can run the following command
`uvx videodb-director-mcp --install=cursor`
You can manually configure the MCP Server by following these steps:
1. Inside Cursor, go to Settings > Cursor Settings
2. Click on MCP
3. Click on Add new Global MCP Server
4. Add the VideoDB Director MCP Server under the mcpServers key
`json
{
"mcpServers": {
"videodb-director": {
"command": "uvx",
"args": ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"]
}
}
}
`
Install in Claude and Cursor at the same time.
You can configure VideoDB Director MCP server in Claude and Cursor together, by running the following command
`
uvx videodb-director-mcp --install=all
`
Install for Claude Code
`
claude mcp add videodb-director uvx -- videodb-director-mcp --api-key=<VIDEODB_API_KEY>
``Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
