Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_AUGMENT_HOSTNoHTTP bind address127.0.0.1
VISION_AUGMENT_PORTNoHTTP port8000
VISION_AUGMENT_DEBUGNoDEBUG loggingfalse
VISION_AUGMENT_CHANNELSNoOpenAI-compatible channel JSON array[]
VISION_AUGMENT_CACHE_DIRNoCache directory~/.cache/vision-augment
VISION_AUGMENT_TRANSPORTNoTransport: stdio / streamable-httpstdio
VISION_AUGMENT_ALLOW_URLSNoAllow http(s) input (SSRF prevention, default off)false
VISION_AUGMENT_OLLAMA_URLNoLocal Ollama addresshttp://127.0.0.1:11434
VISION_AUGMENT_MAX_INPUT_MBNoInput size limit50
VISION_AUGMENT_MAX_OUTPUT_CHARSNoOutput truncation limit20000
VISION_AUGMENT_CACHE_TTL_SECONDSNoCache TTL (0=disabled)86400

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mcp_vision_augment_visionA

多模态视觉工具:为无视觉能力的 LLM 提供看图、OCR 与文档解析能力。

返回统一 JSON envelope:{task_type, tool_used, code, error, result, confidence, metadata}。 视觉理解按配置的 OpenAI 兼容通道依次降级,最后兜底本地 Ollama VL 模型; OCR 与文档解析在本地完成(RapidOCR / markitdown)。

mcp_vision_augment_clear_cacheA

清除本地结果缓存(缓存 TTL 上限由 VISION_AUGMENT_CACHE_TTL_SECONDS 控制)。

mcp_vision_augment_healthA

环境探测:检查视觉通道/Ollama/OCR/文档引擎的配置状态(不含密钥), 用于向用户反馈还缺少哪些配置及对应安装命令。

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/CaoMeiYouRen/vision-augment'

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