vision-mcp
by karond-is-me
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | 服务监听地址 | 0.0.0.0 |
| MCP_PORT | No | 服务端口 | 8000 |
| VLM_DETAIL | No | vision detail:auto/low/high | high |
| VLM_API_KEY | Yes | API key | |
| VLM_TIMEOUT | No | 请求超时秒 | 60 |
| MCP_API_KEYS | No | API key 列表(逗号分隔),启用 Bearer 认证;留空不认证 | |
| VLM_BASE_URL | Yes | OpenAI 兼容 API base URL | |
| VLM_MODEL_ID | Yes | 视觉模型 ID | |
| MCP_TRANSPORT | No | 传输方式:stdio(本地)/ http(远程) | http |
| VLM_MAX_PIXELS | No | 送 VLM 前单边像素上限 | 2048 |
| ANNOTATE_FONT_PATH | No | 中文字体路径,默认用项目自带 fonts/SimHei.ttf,再回退系统字体 | |
| VLM_AUTO_PREPROCESS | No | 是否自动缩放过大图 | true |
| VLM_OPENAI_LLM_EXTRA_BODY | No | 透传给 API 的 extra_body(JSON 字符串),如 {"thinking":{"type":"disabled"}} |
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/karond-is-me/vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server