Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELNoOverride the model name for the visual model.
VISION_FRAMESNoDefault number of frames for video analysis (max 16).6
VISION_API_KEYNoOverride the API key for the visual model.
VISION_PROFILENoThe visual model profile to use for this run.
VISION_BASE_URLNoOverride the API Base URL for the visual model.
MCP_VISION_CONFIGNoPath to the visual configuration file.~/.mcp-vision-tools.json
VISION_TIMEOUT_MSNoTotal timeout for model and media in milliseconds.120000
VISION_FFMPEG_PATHNoCustom FFmpeg executable path.ffmpeg-static
VISION_IMAGE_MODELNoOverride the model name for image generation.
MCP_VISION_STATE_DIRNoDirectory for daemon state and capability cache.
VISION_IMAGE_API_KEYNoOverride the API key for image generation.
VISION_IMAGE_PROFILENoCurrent image generation profile.
VISION_IMAGE_BASE_URLNoOverride the API Base URL for image generation.
MCP_VISION_IMAGE_CONFIGNoPath to the image generation configuration file.~/.mcp-vision-tools.images.json
VISION_IMAGE_OPERATIONSNoComma-separated list of image operations to enable (generate,edit).
VISION_IMAGE_TIMEOUT_MSNoTotal timeout for image generation operation in milliseconds.300000
VISION_IMAGE_CONCURRENCYNoMaximum concurrency for image generation requests (1-256).
VISION_VIDEO_CONCURRENCYNoMaximum concurrency for video analysis requests (1-256).
VISION_ANALYSIS_QUEUE_LIMITNoMaximum number of analysis tasks in the queue (0-4096).
VISION_IMAGE_ADAPTER_MODULENoAbsolute path to a custom image provider adapter module (.mjs or .js).
VISION_PROVIDER_CONCURRENCYNoMaximum concurrency for provider requests (1-256).
VISION_GENERATION_CONCURRENCYNoMaximum concurrency for image generation tasks (1-32).2
VISION_GENERATION_QUEUE_LIMITNoMaximum number of generation tasks in the queue (0-256).8

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_imageA

分析本地图片、file URL 或 HTTP(S) 图片。调用方决定 intent、图片处理模式和推理程度;支持流式进度、OCR、摘要和主体定位。

analyze_videoA

抽取本地或 HTTP(S) 视频帧并进行结构化理解,可指定帧数和模型 profile。

list_vision_modelsA

列出已配置的视觉模型 profiles 及当前默认项,不返回 API key。

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/williamDazhangyu/-fastcar-mcp-vision-tools'

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