Domotz for Cursor
io.github.wyre-ai/domotz-mcp
MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.
client:Cursor
transport:stdio
runtime:oci
Install Domotz in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"domotz-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/domotz-mcp:v1.1.13"
],
"env": {
"DOMOTZ_API_KEY": "<DOMOTZ_API_KEY>",
"DOMOTZ_API_URL": "<DOMOTZ_API_URL>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs