Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELNoModel id passed to the provider.mimo-v2.5
VISION_PROVIDERNoProvider to use: openai, anthropic, or gemini. Defaults to openai.openai
VISION_CACHE_DIRNoOn-disk image cache directory. If unset, memory-only caching is used.
VISION_MAX_TOKENSNoVision model output cap.2048
VISION_TIMEOUT_MSNoFetch + provider timeout in milliseconds.60000
VISION_GEMINI_API_KEYNoGoogle AI Studio key. Required when VISION_PROVIDER is 'gemini'.
VISION_OPENAI_API_KEYNoKey for the OpenAI-compatible endpoint. Required when VISION_PROVIDER is 'openai' (the default).
VISION_GEMINI_BASE_URLNoGemini base URL.https://generativelanguage.googleapis.com
VISION_OPENAI_BASE_URLNoBase URL for OpenAI-compatible endpoint (OpenRouter / gateway / opencode GO).https://api.openai.com/v1
VISION_ANTHROPIC_API_KEYNoAnthropic API key. Required when VISION_PROVIDER is 'anthropic'.
VISION_ANTHROPIC_BASE_URLNoAnthropic base URL.https://api.anthropic.com
VISION_BLOCK_PRIVATE_URLSNoSet to 'true' to block localhost/private URL fetches.false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_imageA

Analyze an image using a multimodal model and return a detailed text description. The vision model sees the image; the calling agent is text-only and cannot.

Sources for image (pick one):

  • "path": absolute or relative path to a local image file (PNG/JPEG/WEBP/GIF)

  • URL: http(s) URL to an image on the web or a local server

  • "data:...": base64 data URI, e.g. data:image/png;base64,

  • "clipboard": read the image currently copied to the system clipboard

  • "raw": the string itself is the literal raw image bytes

Pick task for common jobs (describe | ocr | ui | layout | qa) or pass your own prompt. detail defaults to "high" for maximum completeness. Use save_to to write a long description to a file and get back only a path + summary.

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/KuaaMU/llm-vision-mcp'

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