← All servers
🔧

DomotzVerified🛡 No advisories

io.github.wyre-technology/domotz-mcp
New to MCP? Start here →
0★ stars
0weekly installs
24 days agolast release

Provenancewhere it came from, and what was verified

Verified namespace

Published to the official MCP registry by github.com/wyre-technology, which proved it owns this namespace.

Verified owner: github.com/wyre-technologyio.github.wyre-technology/domotz-mcp

🛡 Permissions & trustwhat this server can touch before you run it

Secrets required
Needs DOMOTZ_API_KEY.
Configuration
Reads DOMOTZ_API_URL, MCP_TRANSPORT, AUTH_MODE, LOG_LEVEL.

About

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

Packages & transports

dockerghcr.io/wyre-technology/domotz-mcp:v1.1.7vlatest · docker run

Metadata

Categorydevops
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "domotz": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/domotz-mcp:v1.1.7"
      ]
    }
  }
}

▶ Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm ghcr.io/wyre-technology/domotz-mcp:v1.1.7