photo-vlm-mcp
by YehudRaanan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_URL | No | Ollama endpoint | http://127.0.0.1:11434 |
| PHOTO_OCR_MODEL | No | Model for VLM OCR | minicpm-v |
| PHOTO_VLM_MODEL | No | Model for analysis, scene inspection, comparison | qwen3-vl:8b |
| PHOTO_VLM_MAX_DIM | No | Downscale longest side before inference | 2048 |
| PHOTO_VLM_TIMEOUT | No | Ollama request timeout in seconds | 120 |
| PHOTO_VLM_KEEP_ALIVE | No | Ollama keep-alive setting | 10m |
| PHOTO_VLM_MAX_TOKENS | No | Default generation limit | 1024 |
| PHOTO_VLM_MAX_IMAGE_MB | No | Reject larger images | 20 |
| PHOTO_VLM_ALLOWED_ROOTS | No | Optional path allow-list, separated by ; on Windows or : elsewhere | |
| PHOTO_VLM_FETCH_TIMEOUT | No | URL fetch timeout | 15 |
| PHOTO_VLM_ALLOW_PRIVATE_URLS | No | Allow private/loopback URLs | 0 |
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
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/YehudRaanan/photo-vlm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server