Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VLM_MODEL | No | Model identifier. Defaults: 'qwen/qwen2.5-vl-72b-instruct:free' for OpenRouter or 'gemini-2.5-flash' for Gemini. | |
| VLM_PROVIDER | No | Vision provider: 'openrouter' or 'gemini' | openrouter |
| GEMINI_API_KEY | No | Google Gemini API key | |
| WAYLAND_DISPLAY | Yes | Display identifier (e.g., wayland-0) | |
| XDG_RUNTIME_DIR | Yes | Wayland runtime directory (e.g., /run/user/1000) | |
| WAYLAND_MCP_PORT | No | Server listen port | 4999 |
| OPENROUTER_API_KEY | No | OpenRouter API key |
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 | |