azure updates for Grok
io.github.jonnybottles/azure-updates
MCP server for Azure Updates RSS feed - search, filter, and summarize Azure service updates
client:Grok
transport:stdio
runtime:pypi
Install azure updates in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"azure-updates": {
"type": "stdio",
"command": "uvx",
"args": [
"azure-updates-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs