Skip to content
Zed

azure updates for Zed

io.github.jonnybottles/azure-updates

MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates

client:Zed transport:stdio runtime:pypi

Install azure updates in Zed

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

{
  "context_servers": {
    "azure-updates": {
      "command": "uvx",
      "args": [
        "azure-updates-mcp"
      ]
    }
  }
}

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

azure updates in other clients