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 |
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 | |
Latest Blog Posts
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/DrRSatzteil/openhab-semantic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server