Skip to content
VS Code

azure updates for VS Code

io.github.jonnybottles/azure-updates

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

client:VS Code transport:stdio runtime:pypi

Install azure updates in VS Code

.vscode/mcp.json

{
  "servers": {
    "azure-updates": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "azure-updates-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

azure updates in other clients