mcp-local-vision
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISION_NODE | No | Explicit node path for bin/launch.sh | |
| VISION_MODEL | No | Any vision-capable Ollama model | qwen3-vl:8b-instruct |
| VISION_PDF_DPI | No | Rasterization DPI for scanned pages | 200 |
| VISION_MAX_EDGE | No | Long-edge cap in px. Raise for dense small print | 1568 |
| VISION_MAX_PAGES | No | Cap on vision pages per call | 5 |
| VISION_TIMEOUT_MS | No | Per-model-request timeout | 300000 |
| VISION_OLLAMA_HOST | No | Ollama endpoint | http://127.0.0.1:11434 |
| VISION_ALLOWED_ROOTS | No | Colon-separated directory allowlist. Unset = unrestricted | |
| VISION_MAX_FILE_BYTES | No | Reject larger inputs | 209715200 |
| VISION_TEXT_PAGE_MIN_CHARS | No | Below this, a PDF page counts as scanned | 50 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_imageA | Read a local image file (png, jpg, webp, gif, bmp, tiff, avif, heic) with a local vision model. Returns a verbatim transcription of all visible text plus a structural description of UI, charts, and diagrams. Use this for screenshots, error dialogs, design mockups, whiteboard photos, and graphs. Supply |
| read_pdfA | Read a local PDF. Pages with a text layer are extracted exactly and for free; scanned or image-only pages are rendered and read by a local vision model. Use |
| vision_doctorA | Report whether Ollama is reachable, whether the configured vision model is pulled, and whether poppler is installed for PDF rendering. Call this first when read_image or read_pdf fails. |
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/jshsakura/mcp-local-vision'
If you have feedback or need assistance with the MCP directory API, please join our Discord server