Used by 1 plugin
Azure DevOps integration for pipeline management, work items, and repositories
Add to your .mcp.json:
{
"mcpServers": {
"azure-devops": {
"command": "npx",
"args": [
"-y",
"@azure/devops-mcp-server"
],
"env": {
"AZURE_DEVOPS_PAT": "${AZURE_DEVOPS_PAT}",
"AZURE_DEVOPS_ORG_URL": "${AZURE_DEVOPS_ORG}"
}
}
}
}npxAZURE_DEVOPS_PAT=${AZURE_DEVOPS_PAT}AZURE_DEVOPS_ORG_URL=${AZURE_DEVOPS_ORG}