opencode-openai-vision-mcp
by WormAlien
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISION_MODEL | No | Vision model name or gateway alias. Default: gpt-4o | gpt-4o |
| VISION_API_KEY | No | Bearer token for the endpoint. Omitted if empty. | |
| VISION_BASE_URL | No | OpenAI-compatible base URL (must end in /v1). Default: http://localhost:20128/v1 | http://localhost:20128/v1 |
| VISION_MAX_TOKENS | No | Max tokens for the description. Default: 1024 | 1024 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/WormAlien/OpenCode-vision-OmniRoute'
If you have feedback or need assistance with the MCP directory API, please join our Discord server