Server for advanced AI-driven video editing, semantic search, multilingual transcription, generative media, voice cloning, and content moderation.
To add the MCP server in any config driven MCP Client, following is how the commands and arguments will look like
uv
We need to install uv first.
For macOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
For Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
You can also visit the installation steps of uv
for more details here
You can run the MCP server using uvx
using the following command
uvx videodb-director-mcp --api-key=VIDEODB_API_KEY
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:
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
Add the VideoDB Director MCP Server inside the mcpServers
key:
{
"mcpServers": {
"videodb-director": {
"command": "uvx",
"args": ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"]
}
}
}
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:
Inside Cursor, go to Settings > Cursor Settings
Click on MCP
Click on Add new Global MCP Server
Add the VideoDB Director MCP Server under the mcpServers
key
{
"mcpServers": {
"videodb-director": {
"command": "uvx",
"args": ["videodb-director-mcp", "--api-key=<VIDEODB-API-KEY>"]
}
}
}
You can configure VideoDB Director MCP server in Claude and Cursor together, by running the following command
uvx videodb-director-mcp --install=all
claude mcp add videodb-director uvx -- videodb-director-mcp --api-key=<VIDEODB_API_KEY>
To ensure you're using the latest version of the MCP server with uvx
, start by clearing the cache:
uv cache clean
This command removes any outdated cached packages of videodb-director-mcp
, allowing uvx
to fetch the most recent version.
If you always want to use the latest version of the MCP server, update your command as follows:
uvx videodb-director-mcp@latest --api-key=<VIDEODB_API_KEY>
An MCP server for the SourceSync.ai API to manage and synchronize source code context.
A unified framework for integrating various language models and embedding providers to generate text completions and embeddings.
A server for CodeFuse-CGM, a graph-integrated large language model designed for repository-level software engineering tasks.
Captures and manages stdout logs from multiple processes via a named pipe system for real-time debugging and analysis.
Advanced code search and transformation powered by ugrep and ast-grep for modern development workflows.
Generate images using Bytedance's SeedDream 3.0 model via the FAL AI platform. Requires a FAL AI API key.
Integrates Zeek network analysis with conversational AI clients. Requires an external Zeek installation.
Provides tools for geospatial analysis within Jupyter notebooks.
Access DevRev's APIs to manage work items, parts, search, and user information.
ALAPI MCP Tools,Call hundreds of API interfaces via MCP