Skip to content
VS Code

Azure DevOps (ADO) for VS Code

io.github.premierinc/azure-devops

The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

client:VS Code transport:streamable-http

Install Azure DevOps (ADO) in VS Code

.vscode/mcp.json

{
  "servers": {
    "azure-devops": {
      "type": "http",
      "url": "https://mcp.dev.azure.com"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Azure DevOps (ADO) in other clients