Azure Boards MCP for Windsurf
io.github.broisnischal/azure-mcp
Azure DevOps Boards work items over MCP (stdio). Requires Bun, org, project, and PAT.
client:Windsurf
transport:stdio
runtime:npm
Install Azure Boards MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"azure-mcp": {
"command": "npx",
"args": [
"-y",
"azure-board-mcp"
],
"env": {
"AZURE_ORG": "<AZURE_ORG>",
"AZURE_PROJECT": "<AZURE_PROJECT>",
"AZURE_PAT": "<AZURE_PAT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs