Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PIXOO_IP | Yes | IP address of the Pixoo device on the local network | |
| PIXOO_SIZE | No | Display resolution: 16, 32, or 64 | 64 |
| OTEL_ENABLED | No | Enable OpenTelemetry instrumentation | false |
| MCP_AUTH_MODE | No | Authentication mode: none, jwt, or oauth | none |
| MCP_HTTP_HOST | No | HTTP server hostname | 127.0.0.1 |
| MCP_HTTP_PORT | No | HTTP server port | 3010 |
| MCP_LOG_LEVEL | No | Log level (trace, debug, info, warn, error, fatal, silent) | debug |
| PIXOO_OUTPUT_DIR | No | Directory for auto-saved preview images | output/ |
| MCP_TRANSPORT_TYPE | No | Transport: stdio or http | stdio |
| STORAGE_PROVIDER_TYPE | No | Storage backend: in-memory, filesystem, supabase, cloudflare-r2, cloudflare-kv, cloudflare-d1 | in-memory |
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 | |