Azure Boards MCP for Zed
io.github.broisnischal/azure-mcp
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
client:Zed
transport:stdio
runtime:npm
Install Azure Boards MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"azure-mcp": {
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
],
"env": {
"AZURE_ORG": "<AZURE_ORG>",
"AZURE_PROJECT": "<AZURE_PROJECT>",
"AZURE_PAT": "<AZURE_PAT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs