Luma MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_TOKENS | No | Maximum generation tokens (some models have lower limits) | 8192 |
| MODEL_NAME | No | Override model name (provider-specific) | |
| CUSTOM_PATH | No | API path for custom endpoint | /chat/completions |
| ZHIPU_API_KEY | No | API key for Zhipu (GLM-4.6V) | |
| CUSTOM_API_KEY | No | API key for custom OpenAI-compatible endpoint | |
| MODEL_PROVIDER | No | Model provider: zhipu, siliconflow, qwen, volcengine, hunyuan, custom | zhipu |
| CUSTOM_BASE_URL | No | Base URL for custom endpoint (e.g., https://your-endpoint.com/v1) | |
| HUNYUAN_API_KEY | No | API key for Hunyuan (Hunyuan-Vision-1.5) | |
| CUSTOM_MODEL_NAME | No | Model name for custom endpoint | |
| CUSTOM_TIMEOUT_MS | No | Timeout in milliseconds for custom endpoint | 60000 |
| DASHSCOPE_API_KEY | No | API key for Qwen (DashScope) | |
| BASE_VISION_PROMPT | No | Custom base vision prompt | |
| CUSTOM_AUTH_HEADER | No | Auth header type: bearer, x-api-key, custom | bearer |
| VOLCENGINE_API_KEY | No | API key for Volcengine (Doubao-Seed-1.6) | |
| SILICONFLOW_API_KEY | No | API key for SiliconFlow (DeepSeek-OCR) | |
| CUSTOM_THINKING_MODE | No | Thinking mode: disabled, openai, qwen_extra_body | disabled |
| CUSTOM_AUTH_HEADER_VALUE | No | Custom auth header template (e.g., 'X-API-Key: {{key}}') |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| image_understandA | 图像理解工具:
|
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/JochenYang/luma-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server