Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG/INFO/WARNING/ERROR/CRITICAL) | INFO |
| MQTT_HOST | No | MQTT broker address | localhost |
| MQTT_PORT | No | MQTT broker port | 1883 |
| MQTT_USER | No | MQTT username | |
| MQTT_CA_CERT | No | Path to CA certificate file | |
| MQTT_USE_TLS | No | Enable TLS for MQTT connection | false |
| MQTT_PASSWORD | No | MQTT password | |
| MQTT_CLIENT_ID | No | MQTT client ID | claude-mcp-client |
| MQTT_CLIENT_KEY | No | Path to client key file | |
| MQTT_CLIENT_CERT | No | Path to client certificate file |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |