Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYNoGeneric API key
VISION_MODELSNoComma-separated ordered list of vision modelsQwen/Qwen2.5-VL-7B-Instruct
OPENAI_API_KEYNoAPI Key for OpenAI-compatible service (also compatible with SILICONFLOW_API_KEY / API_KEY)
OPENAI_BASE_URLNoOpenAI-compatible API base URLhttps://api.siliconflow.cn/v1
SILICONFLOW_API_KEYNoAlternative API key for SiliconFlow
VISION_REQUEST_TIMEOUT_MSNoTimeout for each model request in milliseconds60000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_imageA

分析一张图片,返回视觉模型给出的文字结果。

image 可以是:HTTP/HTTPS 图片 URL、base64 data URL(data:image/...)。 按 VISION_MODELS 配置的顺序调用模型,遇限流/超时/5xx 自动切换到下一个。

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/gyl1111/vision-mcp-ms'

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