Skip to content
Cursor

azure updates for Cursor

io.github.jonnybottles/azure-updates

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

client:Cursor transport:stdio runtime:pypi

Install azure updates in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

azure updates in other clients