Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 11, 2026·2 min de lecture

Azure DevOps MCP — Repos, Pipelines & Boards Tools

Azure DevOps MCP turns repo, pipeline, and work-item operations into MCP tools so agents can help triage, query, and automate DevOps work safely.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install 861dd898-23ad-4091-9b32-82e4f3589ca2 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

Azure DevOps MCP turns repo, pipeline, and work-item operations into MCP tools so agents can help triage, query, and automate DevOps work safely.

  • Best for: Teams on Azure DevOps who want agents to query pipelines and work items via structured APIs
  • Works with: An MCP client + Azure DevOps org/project credentials (per repo docs)
  • Setup time: 20 minutes

Practical Notes

  • Setup time ~20 minutes (auth + run server + connect agent)
  • Operational check: read-only queries return within 1–2 tool calls, not multi-turn scraping
  • GitHub stars + forks (verified): see Source & Thanks

DevOps automation fails when it’s ‘too powerful by default’. Keep your agent on a tight leash: start with read-only triage, then add one write action at a time. If the agent can’t provide a justification (link, run id, work item id), block the write.

FAQ

Q: Why MCP instead of REST calls in the agent? A: MCP gives you a consistent tool contract and a place to enforce auth, logging, and limits.

Q: What should I allow first? A: Start with read-only tools: list pipelines, get run status, list work items.

Q: How do I avoid risky changes? A: Gate write tools behind approvals and limit scopes to one project/team at a time.

🙏

Source et remerciements

Source: https://github.com/microsoft/azure-devops-mcp > License: MIT > GitHub stars: 1,669 · forks: 548

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires