videovector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@videovectorsearch for videos about ocean waves"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VideoVector MCP Server
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:
stdioSelf-hostable transport: Streamable HTTP at
/mcpRuntime: Node.js 18+
Package:
@vectormethods/videovector-mcp-serverCommand:
videovector-mcpServer name:
videovector
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.
Related MCP server: Knowledge Server
Install
Use npx from your MCP client:
npx -y @vectormethods/videovector-mcp-serverOr install globally:
npm install -g @vectormethods/videovector-mcp-serverStdio Usage
VIDEOVECTOR_API_KEY=<your-videovector-api-key> videovector-mcpEnvironment variables:
Variable | Required | Default | Description |
| Yes for stdio | none | VideoVector API key. |
| No |
| API base URL. |
| No |
| Request timeout in milliseconds. |
| No |
| Retry count for retryable API failures. |
| No |
|
|
Client Examples
Claude Desktop: examples/claude-desktop.json
Cursor: examples/cursor.json
Generic stdio: examples/custom-stdio.json
Local Streamable HTTP: examples/streamable-http-local.json
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.jsEndpoints:
GET /healthPOST /mcpGET /mcpDELETE /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 |
|
| HTTP port. |
|
| Bind host. |
| empty | Optional comma-separated host allowlist. |
| empty | Optional comma-separated browser origin allowlist. |
|
| In-memory session cap. |
|
| 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 verifyUseful scripts:
npm run typechecknpm run lintnpm run buildnpm testnpm run generate:contractnpm run check:contractnpm run check:examples
Use the MCP Inspector for local manual checks:
npx @modelcontextprotocol/inspectorFor 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VectorMethods/videovector-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server