Skip to content
Windsurf

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

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

{
  "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

Azure Boards MCP in other clients