Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 11, 2026·2 min de lectura

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.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 861dd898-23ad-4091-9b32-82e4f3589ca2 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados