vlm-mcp-server
by syntx-ai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VLM_API_KEY | No | Generic API key (used if no per-provider group is set) | |
| VLM_BASE_URL | No | Generic base URL (default Zhipu) | |
| VLM_PROVIDER | No | Provider family override (chat-completions, responses, anthropic, auto) | |
| Z_AI_API_KEY | No | Legacy Z.AI / Zhipu API key | |
| Z_AI_BASE_URL | No | Legacy Z.AI base URL | |
| VLM_VISION_MODEL | No | Generic model name (default glm-4.6v) | |
| Z_AI_VISION_MODEL | No | Legacy Z.AI model name | |
| ANTHROPIC_AUTH_TOKEN | No | Fallback Anthropic API key | |
| OPENAI_ANTHROPIC_MODEL | No | Model name for Anthropic Messages provider | |
| OPENAI_RESPONSES_MODEL | No | Model name for Responses provider | |
| OPENAI_ANTHROPIC_API_KEY | No | API key for Anthropic Messages provider | |
| OPENAI_RESPONSES_API_KEY | No | API key for Responses provider | |
| OPENAI_ANTHROPIC_BASE_URL | No | Base URL for Anthropic Messages provider | |
| OPENAI_RESPONSES_BASE_URL | No | Base URL for Responses provider | |
| OPENAI_CHAT_COMPLETIONS_MODEL | No | Model name for Chat Completions provider | |
| OPENAI_CHAT_COMPLETIONS_API_KEY | No | API key for Chat Completions provider | |
| OPENAI_CHAT_COMPLETIONS_BASE_URL | No | Base URL for Chat Completions provider |
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
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/syntx-ai/vlm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server