Skip to main content
Glama
ganyu123456

mcp-multivision-server

by ganyu123456

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoSSE listen host0.0.0.0
MCP_PORTNoSSE listen port8093
MCP_TRANSPORTNoTransport type: stdio or ssestdio
MCP_FFMPEG_BINNoPath to ffmpeg binary (default: from PATH)
MCP_FFPROBE_BINNoPath to ffprobe binary (default: from PATH)
MCP_VISION_MODELNoVision model name (required for image/video analysis)
MCP_VISION_API_KEYNoVision API key (required for image/video analysis)
MCP_VISION_TIMEOUTNoRequest timeout in seconds60
MCP_VISION_BASE_URLNoVision API base URL (required for image/video analysis)
MCP_VISION_PROVIDERNoVision provider name (currently openai compatible)openai
MCP_VISION_WORK_DIRNoTemporary directory for frames/audio/tmp/mcp-vision
MCP_VISION_CACHE_DIRNoCache directory/tmp/mcp-vision-cache
MCP_VISION_MAX_FRAMESNoMax frames sent to model in analyze_video8
MCP_VISION_MAX_TOKENSNoMax tokens for generation1024
MCP_VISION_MAX_RETRIESNoMax retries on failure3
MCP_VISION_TEMPERATURENoSampling temperature0.2
MCP_VISION_CACHE_ENABLEDNoEnable cache for analysis resultsfalse
MCP_VISION_MAX_IMAGE_SIZENoMax image size in bytes (20MB)20971520
MCP_VISION_ALLOWED_IMAGE_FORMATSNoAllowed image formatsjpeg,png,webp,gif,bmp,tiff

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
vision_analyze_imageA

图片理解问答:调用云端视觉大模型对图片进行描述、问答、OCR、图表/UI/报错分析等。可用 prompt 自由提问,或用 preset 选择任务类型。

vision_analyze_videoA

视频理解:将视频原生交给云端多模态大模型(如 Qwen3.5,通过 DashScope video_url)进行理解——抽帧与时序对齐由模型服务端完成,本地不做任何处理。推荐传视频的 http(s) URL;本地文件会转 base64(受大小限制)。

vision_image_metadataA

图片元信息:读取尺寸、格式、颜色模式与 EXIF(含拍摄时间、GPS 若有),本地 Pillow 解析,不调用云端。

vision_get_server_statusA

查询服务状态:云端视觉模型是否已配置、当前模型与配置项。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ganyu123456/mcp-multivision-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server