mcp azure for Zed
io.github.dockndevai/mcp-azure
Azure Resource Manager inventory & ops for AI agents — governed, confirmation-gated.
client:Zed
transport:stdio
runtime:npm
Install mcp azure in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-azure": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure"
],
"env": {
"AZURE_TENANT_ID": "<AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<AZURE_CLIENT_SECRET>",
"AZURE_SUBSCRIPTION_ID": "<AZURE_SUBSCRIPTION_ID>",
"AZURE_MODE": "<AZURE_MODE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs