Vision Bridge MCP
by Hel10o
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NO_PROXY | No | Comma-separated list of hosts that should bypass the proxy, e.g., 'localhost,127.0.0.1' for local servers. | |
| VISION_MODEL | Yes | The vision model to use, e.g., 'glm-4v-flash', 'qwen2.5-vl'. Can include comma-separated fallback models, e.g., 'primary-vision-model,backup-vision-model'. | |
| VISION_API_KEY | No | API key for cloud services. Leave empty for local servers (Ollama, vLLM, LM Studio). It is sent as Authorization header only for remote endpoints. | |
| VISION_API_BASE | Yes | Base URL of the vision API endpoint. Must point to the root of an OpenAI Chat Completions compatible endpoint (e.g., https://open.bigmodel.cn/api/paas/v4) or a local Ollama/vLLM/LM Studio endpoint (e.g., http://localhost:11434/v1). | |
| VISION_API_STYLE | No | API style: 'openai' (default) for OpenAI-compatible endpoints, or 'gemini' for Google Gemini native endpoint. | openai |
| VISION_FALLBACKS | No | Comma-separated list of fallback models from other providers to try if the primary model fails. Used with VISION_API_STYLE and VISION_API_BASE per provider? (optional) | |
| VISION_MAX_TOKENS | No | Maximum number of tokens for the API response. Default is 4096. | 4096 |
| VISION_ALLOWED_DIRS | No | Colon-separated (or semicolon on Windows) list of directories that the server is allowed to read images from. Restricts local file access for security. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues