mcp-eyes
by loudMore
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_EYES_LANG | No | Language: auto, en, zh. Default auto. | auto |
| MCP_EYES_MODEL | Yes | Vision model identifier (e.g., doubao-seed-2.0-pro, gpt-4o-mini). | |
| MCP_EYES_API_KEY | Yes | Provider API key. | |
| MCP_EYES_TIMEOUT | No | HTTP timeout in seconds. Default 90. | 90 |
| MCP_EYES_BASE_URL | Yes | API endpoint URL, no trailing slash, no /chat/completions or /messages suffix. | |
| MCP_EYES_PROTOCOL | Yes | Protocol to use: 'openai' or 'anthropic'. | |
| MCP_EYES_CACHE_DIR | No | Cache location. Default ~/.cache/mcp-eyes. | ~/.cache/mcp-eyes |
| MCP_EYES_MAX_TOKENS | No | Vision model max_tokens. Default 1536. | 1536 |
| MCP_EYES_TEMPERATURE | No | Sampling temperature. Lower = more deterministic. Default 0.2. | 0.2 |
| MCP_EYES_CACHE_ENABLED | No | Disk cache for (image-hash + prompt + model). Default true. | true |
| MCP_EYES_MAX_IMAGE_DIM | No | Auto-resize longest edge to this many px (Pillow required). 0 disables. Default 2048. | 2048 |
| MCP_EYES_ANTHROPIC_VERSION | No | Anthropic protocol only. The anthropic-version header value. Default 2023-06-01. | 2023-06-01 |
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/loudMore/vision-extension'
If you have feedback or need assistance with the MCP directory API, please join our Discord server