HomeVersion Control › mcp-azure-devops

mcp-azure-devops

Azure DevOps boards, repos, pipelines & projects for AI agents — governed.

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-09-18 License: MIT

Topics: Version Control

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.3)

npx -y @dockndevai/mcp-azure-devops@0.2.3

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-azure-devops": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-azure-devops@0.2.3"
      ],
      "env": {
        "AZDO_ORG_URL": "<YOUR_VALUE>",
        "AZDO_PAT": "<YOUR_VALUE>",
        "AZDO_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • AZDO_ORG_URL required — Azure DevOps organization URL, e.g. https://dev.azure.com/your-org.
  • AZDO_PAT required secret — Personal Access Token (read-only to start).
  • AZDO_MODE — Access mode: read-only | read-write | admin.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry