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 |
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues