Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_INBOXNoAlias for VISION_MCP_INBOX
VISION_MODELNoAlias for VISION_MCP_MODEL
VISION_API_KEYNoAlias for VISION_MCP_API_KEY
VISION_BASE_URLNoAlias for VISION_MCP_BASE_URL
VISION_MCP_INBOXNoDefault folder for list_images.agents/inbox
VISION_MCP_MODELNoVision model to useqwen2.5vl:7b
VISION_MCP_API_KEYNoAPI key (Ollama ignores it)
VISION_MCP_BASE_URLNoOpenAI-compatible base URL (Ollama)http://localhost:11434/v1
VISION_MCP_COMPRESSNoAuto-downscale images > 50 KB to 768px JPEG1
VISION_MCP_MAX_TOKENSNoMax output tokens for the vision model2048

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_imageA

Read a local image and return a text description from the local Ollama vision model.

Use when the user references a screenshot or image you cannot see. path is absolute, or relative to the project directory.

list_imagesA

List image files in a directory.

Defaults to the configured inbox folder where the user drops screenshots. Use this before describe_image to find what is available.

extract_textA

Extract all visible text (OCR) from a local image verbatim.

Use for code screenshots, terminal output, or error dialogs.

vision_statusA

Show bridge configuration and Ollama connectivity / available models.

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/masterLazy/ollama-vision-mcp'

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