Skip to content
Zed

Azure IoT Hub for Zed

io.github.nagarjunr/azure-iot-hub

MCP server for Azure IoT Hub: device registry, twins, methods, jobs, messaging.

client:Zed transport:stdio runtime:pypi

Install Azure IoT Hub in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "azure-iot-hub": {
      "command": "uvx",
      "args": [
        "azure-iot-hub-mcp-server"
      ],
      "env": {
        "AZURE_IOT_HUB_CONNECTION_STRING": "<AZURE_IOT_HUB_CONNECTION_STRING>",
        "AZURE_IOT_HUB_AMQP_PORT": "<AZURE_IOT_HUB_AMQP_PORT>",
        "AZURE_IOT_HUB_AMQP_USE_TLS": "<AZURE_IOT_HUB_AMQP_USE_TLS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Azure IoT Hub in other clients