MCP Server
MCP
Domotz
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
Install
oci:ghcr.io/wyre-technology/domotz-mcp:v1.1.10
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/domotz-mcp:v1.1.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Domotz Public API key (generated in the Domotz portal)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DOMOTZ_API_KEY"
},
{
"description": "Domotz Public API base URL for the regional endpoint (e.g. https://api-us-east-1-cell-1.domotz.com/public-api/v1)",
"format": "string",
"name": "DOMOTZ_API_URL"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment