Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_ROUTER_CONFIGNo配置文件路径,默认为平台默认目录
VISION_ROUTER_CONFIG_DIRNo配置目录,默认为平台默认目录(Windows:%APPDATA%\vision-router-mcp)
VISION_ROUTER_MAX_IMAGE_BYTESNo图片大小上限(字节)10485760
VISION_ROUTER_ALLOWED_IMAGE_ROOTSNo本地图片允许目录(;分隔),默认为MCP Server工作目录

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
vision_list_modelsA

列出所有视觉模型配置及其启用和 API Key 配置状态。不会返回 API Key。系统没有默认视觉模型,调用 vision_analyze 时必须明确指定 provider_id。

vision_analyzeA

使用用户明确指定的云端视觉模型分析一张图片。必须提供 provider_id,且必须且只能提供 image_url、image_base64、image_path 之一。不要在参数中传递 API Key。

vision_get_setup_guideA

返回视觉模型配置说明和推荐供应商。不会自动选择或启用任何模型。

vision_test_connectionA

测试某个已配置 provider 的连通性(Key/模型/端点)。默认只检查配置;perform_request=true 时发送最小文本请求验证认证。不会接收 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/wotonger/vision-router-mcp'

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