.env.exampleā¢683 B
# MQTT Broker Configuration
MQTT_BROKER_URL=mqtt://localhost:1883
MQTT_USERNAME=
MQTT_PASSWORD=
MQTT_BASE_TOPIC=zigbee2mqtt
# Database
DB_PATH=/data/zigbee2mqtt.db
# Transport Mode
# 'stdio' for local usage (Claude Desktop on same machine)
# 'http' for remote usage (Claude Desktop on different machine)
TRANSPORT_MODE=stdio
# HTTP Server (only used if TRANSPORT_MODE=http)
HTTP_PORT=3235
# API Key for authentication (optional, only used if TRANSPORT_MODE=http)
# Leave empty to disable authentication (not recommended for production!)
API_KEY=
# Logging
# Levels: debug, info, warn, error, silent
# Use 'error' or 'silent' for minimal output in Claude Desktop
LOG_LEVEL=error