Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISIONPOWER_CACHENo是否启用进程内结果缓存,默认 true。true
VISIONPOWER_DEBUGNo设为 true 时向 stderr 输出调试信息,默认 false。false
VISIONPOWER_MODELNo视觉模型名称,默认 qwen3-vl-flash。qwen3-vl-flash
VISIONPOWER_CONFIGNo配置文件路径,默认 ~/.visionpower/config.json。~/.visionpower/config.json
VISIONPOWER_API_KEYYes视觉模型服务商的 API Key。必填。也可回退读取 OPENAI_API_KEY。
VISIONPOWER_BASE_URLNoOpenAI-compatible Base URL,不要包含 /chat/completions。默认 https://dashscope.aliyuncs.com/compatible-mode/v1。https://dashscope.aliyuncs.com/compatible-mode/v1
VISIONPOWER_MAX_IMAGESNo单次调用最多分析的图片数量,默认 8。8
VISIONPOWER_MAX_TOKENSNo最大输出 token 数,默认 2048。2048
VISIONPOWER_TIMEOUT_MSNo上游接口超时时间(毫秒),默认 60000。60000
VISIONPOWER_MAX_RETRIESNo上游 429/5xx 或网络错误时的自动重试次数(指数退避 + 抖动),默认 2。2
VISIONPOWER_SKILL_STATENo仅 Skill 脚本使用:记录配置是否已成功验证,默认 ~/.visionpower/skill-state.json。~/.visionpower/skill-state.json
VISIONPOWER_ALLOWED_DIRSNo逗号分隔的允许目录白名单,image_path 必须落在其中。默认为空(不限制)。
VISIONPOWER_CACHE_TTL_MSNo单条缓存的存活时间(毫秒),默认 1800000 (30 分钟)。1800000
VISIONPOWER_MAX_IMAGE_BYTESNo单张本地/Base64 图片最大字节数,默认 20971520 (20MB)。20971520
VISIONPOWER_CACHE_MAX_ENTRIESNo结果缓存最多保留的条数,默认 32。设为 0 等同关闭缓存。32

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_imageA

Analyze one or more images with an OpenAI-compatible vision model. Supports local image_path, image_url, image_base64, or ordered images[].

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/helalove0812-source/visionpro-suite'

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