The Dirigera MCP Server is an IoT device management server that interfaces with the Dirigera platform. It allows users to manage and interact with various IoT devices, such as environment sensors, lights and outlets.
Server Config
{
"mcpServers": {
"dirigera": {
"command": "uv",
"args": [
"--directory",
"<your-dirigera-mcp-server>",
"run",
"dirigeramcp.py"
]
}
}
}