dsh-vision
by smjda0719
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISION_HOST | No | Host for streamable-http mode. Default: 127.0.0.1 | 127.0.0.1 |
| VISION_PORT | No | Port for streamable-http mode. Default: 8000 | 8000 |
| VISION_MODEL | No | Default model. Default: glm-4v-plus | glm-4v-plus |
| ZHIPU_API_KEY | No | Zhipu API key, used as fallback if VISION_API_KEY and OPENAI_API_KEY are not set. | |
| OPENAI_API_KEY | No | OpenAI API key, used as fallback if VISION_API_KEY is not set. | |
| VISION_API_KEY | No | API Key. Required. Fallback order: VISION_API_KEY → OPENAI_API_KEY → ZHIPU_API_KEY. | |
| VISION_TIMEOUT | No | Request timeout in seconds. Default: 300 | 300 |
| VISION_BASE_URL | No | OpenAI-compatible endpoint. Default: https://open.bigmodel.cn/api/paas/v4 | https://open.bigmodel.cn/api/paas/v4 |
| VISION_MAX_FILES | No | Maximum number of documents per request. Default: 4 | 4 |
| VISION_TRANSPORT | No | Transport mode: stdio or streamable-http. Default: stdio | stdio |
| VISION_MAX_IMAGES | No | Maximum number of images per request. Default: 4 | 4 |
| VISION_MAX_VIDEOS | No | Maximum number of videos per request. Default: 1 | 1 |
| VISION_DOC_TOOL_TYPE | No | Zhipu document parsing tool: lite (free), expert (better for PDF tables/formulas), prime (complex layout). Default: lite | lite |
| VISION_MAX_DOC_CHARS | No | Maximum characters of parsed document text fed to model. Default: 500000 | 500000 |
| VISION_MAX_FILE_BYTES | No | Local document size limit. Default: 20 MiB | 20 MiB |
| VISION_MAX_IMAGE_BYTES | No | Local image size limit. Default: 20 MiB | 20 MiB |
| VISION_MAX_VIDEO_BYTES | No | Local video size limit. Default: 50 MiB | 50 MiB |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/smjda0719/dsh-vision'
If you have feedback or need assistance with the MCP directory API, please join our Discord server