Azure DevOps
JSON →An MCP server for interacting with Azure DevOps agents and queues.
Install
npx -y @rxreyn3/azure-devops-mcp@latest Tools · 5
- list_builds Find and monitor builds, e.g., 'Show me all failed builds today'
- queue_build Queue new builds, e.g., 'Start a build for MyApp-CI with branch main'
- check_agent_status Check agent status, e.g., 'Is agent WIN-BUILD-01 online?'
- download_logs Download logs and artifacts, e.g., 'Get the logs from build 12345'
- list_build_queues View build queues, e.g., 'Show me all available build queues'
Links
★ 1 GitHub stars