Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_NODENoExplicit node path for bin/launch.sh
VISION_MODELNoAny vision-capable Ollama modelqwen3-vl:8b-instruct
VISION_PDF_DPINoRasterization DPI for scanned pages200
VISION_MAX_EDGENoLong-edge cap in px. Raise for dense small print1568
VISION_MAX_PAGESNoCap on vision pages per call5
VISION_TIMEOUT_MSNoPer-model-request timeout300000
VISION_OLLAMA_HOSTNoOllama endpointhttp://127.0.0.1:11434
VISION_ALLOWED_ROOTSNoColon-separated directory allowlist. Unset = unrestricted
VISION_MAX_FILE_BYTESNoReject larger inputs209715200
VISION_TEXT_PAGE_MIN_CHARSNoBelow this, a PDF page counts as scanned50

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 question to ask about one detail instead of transcribing the whole image.

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 pages (e.g. "1-5" or "2,7") to limit the work on long documents, and question to search for one fact instead of transcribing everything.

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

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/jshsakura/mcp-local-vision'

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