vision-opencode-mcp
by sddzwxy
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISION_MODEL | No | Vision model name. | mimo-v2.5-free |
| VISION_API_KEY | Yes | API key for the vision endpoint. Required. | |
| VISION_TIMEOUT | No | HTTP timeout in ms. | 180000 |
| VISION_API_BASE | No | Base URL of the OpenAI-compatible API. | http://opencode.ai/zen/v1 |
| VISION_MAX_TOKENS | No | max_tokens for the completion (thinking models need headroom). | 8192 |
| VISION_PASTED_DIR | No | Directory scanned for the newest image when image_path is empty. | %TEMP%\opencode\pasted_images |
| VISION_USER_AGENT | No | Sent as User-Agent; some endpoints (Cloudflare-protected) return 403 without a browser UA. | Chrome UA |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vision_describeA | Give the model visual reference: read a local image file and return what a vision-capable model sees/understands about it. Use whenever you need to see or interpret an image (screenshots, diagrams, photos). |
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/sddzwxy/vision-opencode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server