Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_BRIDGE_CACHENoSet to '0' to disable cache. Default: '1'1
VISION_BRIDGE_MODELNoPrimary vision model name. Default: qwen-vl-maxqwen-vl-max
VISION_BRIDGE_MODELSNoComma-separated list of fallback models.
VISION_BRIDGE_API_KEYNoAPI key for the vision model backend. Required for remote services like DashScope or OpenAI.
VISION_BRIDGE_BASE_URLNoOpenAI compatible API base URL. Default: https://dashscope.aliyuncs.com/compatible-mode/v1https://dashscope.aliyuncs.com/compatible-mode/v1
VISION_BRIDGE_MAX_TOKENSNoMaximum output tokens for the vision model. Default: 40964096

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_imageC

REQUIRED when main model cannot see images (DeepSeek text, etc.). Converts image to detailed text via sidecar vision model with multi-model fallback. ## Image / Vision (required for text-only models like DeepSeek)

Your base model CANNOT see images. When the user:

  • attaches or references an image path

  • pastes a screenshot

  • you see `[Unsupported

extract_textA

OCR for screenshots/logs. Use when you need verbatim text from an image.

compare_imagesC

Compare before/after screenshots or UI states. Absorbed pattern from image_mcp.

vision_statusA

Show vision API config, model fallback chain, cache setting.

vision_rulesA

Returns markdown rules to paste into CLAUDE.md so the agent auto-calls vision tools.

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/G12789/vision-bridge-mcp'

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