Skip to main content
Glama
WormAlien

opencode-openai-vision-mcp

by WormAlien

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_MODELNoVision model name or gateway alias. Default: gpt-4ogpt-4o
VISION_API_KEYNoBearer token for the endpoint. Omitted if empty.
VISION_BASE_URLNoOpenAI-compatible base URL (must end in /v1). Default: http://localhost:20128/v1http://localhost:20128/v1
VISION_MAX_TOKENSNoMax tokens for the description. Default: 10241024

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
visionA

Analyze a local image file using a vision-capable model and return a text description. Use this whenever the user shares an image/screenshot. Pass the absolute file path.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools.

Naming Consistency3/5

The single tool is named 'vision', which is a noun rather than a verb_noun pattern. While there is no inconsistency, the naming lacks a clear action-oriented convention.

Tool Count3/5

With only one tool, the server feels minimal. For a focused purpose like image analysis it may be acceptable, but it is on the low end of the scale.

Completeness3/5

The tool covers the stated purpose of analyzing images, but there are no additional capabilities like OCR or object detection, limiting completeness for broader vision tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues