Skip to main content
Glama

ZigBee2MQTT MCP Server

by ichbinder
.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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ichbinder/MCP2ZigBee2MQTT'

If you have feedback or need assistance with the MCP directory API, please join our Discord server