MCP ConfigsMay 11, 2026·2 min read

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.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 861dd898-23ad-4091-9b32-82e4f3589ca2 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

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 & Thanks

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets