Skip to content
VS Code

Azure DevOps (unofficial remote entry) for VS Code

io.github.joachim-aqf/azure-devops

Unofficial entry for Microsoft's hosted Azure DevOps MCP server. Not affiliated with Microsoft.

client:VS Code transport:streamable-http

Install Azure DevOps (unofficial remote entry) in VS Code

.vscode/mcp.json

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

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

Azure DevOps (unofficial remote entry) in other clients