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. |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Hel10o/vision-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server