Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Videovector

БесплатноНе проверен

Enables MCP clients to search, inspect, and operate VideoVector media intelligence workflows, including semantic/multimodal search, prompt management, and data

GitHubEmbed

Описание

Enables MCP clients to search, inspect, and operate VideoVector media intelligence workflows, including semantic/multimodal search, prompt management, and data operations via the public VideoVector API.

README

Official Model Context Protocol (MCP) server for VectorMethods VideoVector.

This package lets MCP clients such as Claude Desktop, Cursor, Claude Code, and custom agent runtimes search, inspect, and operate VideoVector media intelligence workflows through the public VideoVector API.

Status

  • Primary transport: stdio
  • Self-hostable transport: Streamable HTTP at /mcp
  • Runtime: Node.js 18+
  • Package: @vectormethods/videovector-mcp-server
  • Command: videovector-mcp
  • Server name: videovector
  • MCP Registry name: io.github.VectorMethods/videovector-mcp-server

This repository is the public source of truth for VideoVector MCP server code, tool contracts, examples, and release metadata. Private VectorMethods backend deployment wiring, service accounts, project IDs, billing internals, and website source are intentionally not part of this repository.

Install

Use npx from your MCP client:

npx -y @vectormethods/videovector-mcp-server

Or install globally:

npm install -g @vectormethods/videovector-mcp-server

Stdio Usage

VIDEOVECTOR_API_KEY=<your-videovector-api-key> videovector-mcp

Environment variables:

Variable Required Default Description
VIDEOVECTOR_API_KEY Yes for stdio none VideoVector API key.
VIDEOVECTOR_BASE_URL No https://api.vectormethods.com/api/v2 API base URL.
VIDEOVECTOR_TIMEOUT No 90000 Request timeout in milliseconds.
VIDEOVECTOR_MAX_RETRIES No 3 Retry count for retryable API failures.
MCP_TRANSPORT_MODE No stdio stdio or http.

Client Examples

Self-Hosted HTTP

HTTP mode is intended for self-hosted or private network deployments.

npm run build
MCP_TRANSPORT_MODE=http \
VIDEOVECTOR_BASE_URL=https://api.vectormethods.com/api/v2 \
node dist/index.js

Endpoints:

  • GET /health
  • POST /mcp
  • GET /mcp
  • DELETE /mcp

HTTP requests must include either:

  • Authorization: Bearer <your-videovector-api-key>
  • X-API-Key: <your-videovector-api-key>

HTTP hardening variables:

Variable Default Description
PORT 8080 HTTP port.
MCP_HTTP_HOST 0.0.0.0 Bind host.
MCP_HTTP_ALLOWED_HOSTS empty Optional comma-separated host allowlist.
MCP_HTTP_ALLOWED_ORIGINS empty Optional comma-separated browser origin allowlist.
MCP_HTTP_MAX_SESSIONS 200 In-memory session cap.
MCP_HTTP_ENABLE_JSON_RESPONSE false SDK JSON response mode.

Do not advertise a public hosted remote MCP endpoint until OAuth and MCP protected-resource metadata are enabled for that deployment.

Tools

The server exposes tools for:

  • semantic, image, multimodal, and structured metadata search
  • index, video, segment, and prompt discovery
  • prompt-run estimation, execution, status, results, retries, and cancellation
  • prompt management and schema testing
  • cloud connectors, import jobs, exports, and webhooks

The machine-readable tool contract is generated at artifacts/tool-contract.json. Private backend and website releases should vendor this artifact for MCP helper endpoints and documentation updates.

Development

npm ci
npm run verify

Useful scripts:

  • npm run typecheck
  • npm run lint
  • npm run build
  • npm test
  • npm run generate:contract
  • npm run check:contract
  • npm run check:examples

Use the MCP Inspector for local manual checks:

npx @modelcontextprotocol/inspector

For stdio, point the Inspector to npx -y @vectormethods/videovector-mcp-server and set VIDEOVECTOR_API_KEY.

Security

Never commit API keys, cloud credentials, connector credentials, webhook secrets, service-account JSON, or .env files.

See SECURITY.md for supported versions, disclosure instructions, and operational guidance.

from github.com/VectorMethods/videovector-mcp-server

Установка Videovector

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/VectorMethods/videovector-mcp-server

FAQ

Videovector MCP бесплатный?

Да, Videovector MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Videovector?

Нет, Videovector работает без API-ключей и переменных окружения.

Videovector — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Videovector в Claude Desktop, Claude Code или Cursor?

Открой Videovector на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Videovector with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории media