Azure MCP Server for Zed
com.microsoft/azure
All Azure MCP tools to create a seamless connection between AI agents and Azure services.
client:Zed
transport:stdio
runtime:nuget
Install Azure MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"azure": {
"command": "dnx",
"args": [
"Azure.Mcp",
"--yes"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs