Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A VideoDB Director MCP server that provides video database functionality through the Model Context Protocol.
Add this to your MCP client configuration:
{
"mcpServers": {
"video-db-agent-toolkit": {
"command": "uvx",
"args": [
"videodb-director-mcp",
"--api-key",
"<VIDEODB-API-KEY>"
]
}
}
}{
"id": "video-db-agent-toolkit",
"name": "VideoDB Agent Toolkit",
"description": "A VideoDB Director MCP server that provides video database functionality through the Model Context Protocol.",
"source_url": "https://github.com/video-db/agent-toolkit/tree/HEAD/modelcontextprotocol",
"publisher_name": "video-db",
"publisher_url": "https://github.com/video-db",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 161,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "videodb-director-mcp"
},
"tools_count": 4
}