mcp azure devops for Zed
io.github.dockndevai/mcp-azure-devops
Azure DevOps boards, repos, pipelines & projects for AI agents — governed.
client:Zed
transport:stdio
runtime:npm
Install mcp azure devops in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-azure-devops": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure-devops"
],
"env": {
"AZDO_ORG_URL": "<AZDO_ORG_URL>",
"AZDO_PAT": "<AZDO_PAT>",
"AZDO_MODE": "<AZDO_MODE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs