VideoDB Director
Created 6 months ago
AI Agent toolkit for VideoDB enabling integration with LLMs.
development
documentation
public
AI
integration
What is VideoDB Director?
Create AI-powered video workflows including automatic editing, content moderation, voice cloning, highlight generation, and searchable video moments—all accessible via simple APIs and intuitive chat-based interfaces.
Documentation
VideoDB Agent Toolkit Documentation# Overview
The VideoDB Agent Toolkit exposes VideoDB context to LLMs and agents. It enables integration to AI-driven IDEs like Cursor, chat agents like Claude Code etc. This toolkit automates context generation, maintenance, and discoverability.
Components
- llms-full.txt - Comprehensive context for deep integration.
- llms.txt - Lightweight metadata for quick discovery.
- MCP (Model Context Protocol) - A standardized protocol.
Installation
To install the MCP server, use uvx:
uvx videodb-director-mcp --api-key=VIDEODB_API_KEY
Maintenance
Managed through GitHub Actions for automated updates triggered by changes to SDK repositories, documentation, or examples.
Server Config
{
"mcpServers": {
"videodb-director-server": {
"command": "npx",
"args": [
"videodb-director"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
VideoDB Team
Category:
official
License:
MIT License
Tags:
development
documentation
public