Skip to content
Zed

Azure for Zed

io.github.asklokesh/azure-mcp-server

MCP server for Azure API integration

client:Zed transport:stdio runtime:pypi

Install Azure in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "azure-mcp-server": {
      "command": "uvx",
      "args": [
        "azure-mcp-server"
      ],
      "env": {
        "AZURE_SUBSCRIPTION_ID": "<AZURE_SUBSCRIPTION_ID>",
        "AZURE_CLIENT_ID": "<AZURE_CLIENT_ID>",
        "AZURE_CLIENT_SECRET": "<AZURE_CLIENT_SECRET>",
        "AZURE_TENANT_ID": "<AZURE_TENANT_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Azure in other clients