← Index

Domotz

io.github.wyre-technology/domotz-mcp·v1.1.3·Other
Quality Score
95
/100

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "domotz-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/domotz-mcp:v1.1.3"
      ],
      "env": {
        "DOMOTZ_API_KEY": "<your-domotz_api_key>",
        "DOMOTZ_API_URL": "<domotz_api_url>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
DOMOTZ_API_KEY
requiredsecret

Domotz Public API key (generated in the Domotz portal)

DOMOTZ_API_URL

Domotz Public API base URL for the regional endpoint (e.g. https://api-us-east-1-cell-1.domotz.com/public-api/v1)

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other