You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**🔐 Authentication**: When using HTTP transport, it's highly recommended to include the `x-api-key` header in your requests. The value should match the `MCP_HTTP_API_KEY` from your configuration.
141
+
138
142
## 🐳 Docker Deployment
139
143
140
144
For easy deployment and containerized environments, you can run the MCP server using Docker.
@@ -147,9 +151,10 @@ Example `.env` configuration for Docker:
147
151
148
152
```bash
149
153
# MCP Server Configuration
154
+
MCP_TRANSPORT_TYPE=http
150
155
MCP_HTTP_HOST=0.0.0.0
151
156
MCP_HTTP_PORT=3000
152
-
MCP_TRANSPORT_TYPE=http
157
+
MCP_HTTP_API_KEY=your-api-key-here
153
158
154
159
# Fibaro HC3 Configuration (Required)
155
160
HC3_HOST=192.168.1.100
@@ -180,19 +185,23 @@ Configure Claude Desktop to connect to the Docker container:
0 commit comments