openhab-semantic-mcp
by DrRSatzteil
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host to bind the MCP server (default: 0.0.0.0) | 0.0.0.0 |
| MCP_PORT | No | Port for the MCP server (default: 8000) | 8000 |
| LOG_LEVEL | No | Logging level (default: INFO) | INFO |
| MCP_TRANSPORT | No | Transport mode for MCP communication (default: streamable-http) | streamable-http |
| OPENHAB_BASE_URL | Yes | URL of your openHAB instance | |
| OPENHAB_API_TOKEN | Yes | API token for authentication | |
| MONITORING_TIMEZONE | No | Timezone for monitoring tasks (e.g., Europe/Berlin, America/New_York). Optional: defaults to UTC if not set. | UTC |
| MONITORING_WEBHOOK_URL | Yes | Webhook endpoint for monitoring task notifications | |
| MONITORING_STORAGE_TYPE | No | Storage backend type: memory, file, or caldav (default: memory) | memory |
| INVENTORY_REFRESH_MINUTES | No | Interval for refreshing the semantic inventory (default: 60) | 60 |
| MONITORING_STORAGE_CONFIG | No | Backend-specific configuration as JSON string | |
| MONITORING_RETAIN_ERROR_DAYS | No | Days to retain error tasks (default: 7) | 7 |
| MONITORING_ENABLE_AUTO_CLEANUP | No | Enable automatic cleanup (default: true) | true |
| MONITORING_WEBHOOK_AUTH_HEADER | No | Authorization header for webhook requests (format: Key: Value) | |
| MONITORING_RETAIN_CANCELLED_DAYS | No | Days to retain cancelled tasks (default: 3) | 3 |
| MONITORING_RETAIN_COMPLETED_DAYS | No | Days to retain completed tasks (default: 7) | 7 |
| MONITORING_CLEANUP_INTERVAL_MINUTES | No | Cleanup interval in minutes (default: 60) | 60 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |