Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_IMAGE_SIZE | No | Max image size in bytes | 10485760 |
| OPENROUTER_MODEL | No | AI model to use | anthropic/claude-3.5-sonnet |
| OPENROUTER_API_KEY | Yes | Your OpenRouter API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_image | Analyze an image using AI vision models. Supports file paths and URLs. |
| list_models | Get list of available AI vision models for vision analysis |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |