mcp-vision-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISION_MODEL | No | Model ID passed to the provider. Default: mimo-v2.5. | mimo-v2.5 |
| VISION_PROVIDER | No | Vision provider to use: openai (default), anthropic, or gemini. | openai |
| VISION_CACHE_DIR | No | Directory for on-disk image cache. Optional. | |
| VISION_MAX_TOKENS | No | Maximum tokens for vision model output. Default: 2048. | 2048 |
| VISION_TIMEOUT_MS | No | Timeout for fetch and provider requests in milliseconds. Default: 60000. | 60000 |
| VISION_GEMINI_API_KEY | No | API key for Google AI Studio. Required when using gemini provider. | |
| VISION_OPENAI_API_KEY | No | API key for the OpenAI-compatible endpoint. Required when using openai provider. | |
| VISION_GEMINI_BASE_URL | No | Base URL for Google Gemini API. Default: https://generativelanguage.googleapis.com. | https://generativelanguage.googleapis.com |
| VISION_OPENAI_BASE_URL | No | Base URL for OpenAI-compatible endpoint (OpenRouter, gateway, opencode GO). Default: https://api.openai.com/v1. | https://api.openai.com/v1 |
| VISION_ANTHROPIC_API_KEY | No | API key for Anthropic. Required when using anthropic provider. | |
| VISION_ANTHROPIC_BASE_URL | No | Base URL for Anthropic API. Default: https://api.anthropic.com. | https://api.anthropic.com |
| VISION_BLOCK_PRIVATE_URLS | No | Set to 'true' to block localhost/private URL fetches. Default: false. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
Pick |
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/KuaaMU/mcp-vision-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server