Skip to main content
Glama
sameersemna

Hybrid Vision MCP Server

by sameersemna

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoExpress listener port.11402
UPLOAD_DIRNoDirectory for temporary binary image uploads./tmp/hvm-uploads
OLLAMA_HOSTNoBase URL for the local Ollama inference service.http://localhost:11434
CORS_ORIGINSNoComma-separated list of allowed CORS origins for the /upload endpoint.
DOWNLOAD_DIRNoDirectory for downloaded images from URLs../tmp/hvm-downloads
FEEDBACK_DIRNoDirectory for saved output images (annotations, diffs, overlays)./tmp/hvm-feedback
OLLAMA_TIMEOUT_MSNoTimeout for Ollama vision requests in milliseconds.180000
UPLOAD_RATE_LIMITNoMaximum upload requests per minute per client IP.10
VISION_MODEL_FASTNoDefault vision model for analyze_image and detect_ui_elements.llava:13b
ALLOWED_REPO_ROOTSNoComma-separated list of absolute directory paths that generate_repo_graph is permitted to walk.server's own project directory
MAX_UPLOAD_SIZE_MBNoMaximum upload size in megabytes.20
VISION_MODEL_HEAVYNoDefault vision model for find_text_element, compare_images, browser_screenshot_analysis, visual_diff, and detect_ui_elements.qwen3-vl:30b
MAX_DOWNLOAD_SIZE_MBNoMaximum download size in megabytes for URL-based image downloads.50
MAX_OLLAMA_QUEUE_SIZENoMaximum number of requests allowed to wait for a free Ollama slot before new ones are rejected outright.20
MCP_REQUEST_TIMEOUT_MSNoTimeout for MCP client request/response in milliseconds.300000
MAX_PARALLEL_OLLAMA_REQUESTSNoMaximum number of Ollama vision requests allowed to run concurrently.1

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

NameDescription

No 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/sameersemna/hybrid-vision-mcp'

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