Privacy and advertising choices
Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.
100
review score
Problem solved
This framework solves the problem of bridging AI agents with Azure DevOps data without requiring custom API integrations or complex scripting. It provides a standardized, tool-based abstraction that lets language models directly query and manipulate Azure DevOps entities, reducing development overhead for AI-powered DevOps automation.
Deployment reality
The available setup signal starts with: npx -y @azure-devops/mcp ${input:ado_org}. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.
Commercial use
The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.
Capability ceiling
Developers can build AI agents that list projects, builds, repos, test plans, teams, iterations, and work items, as well as create and update wiki pages. Real-world use cases include automated project status reporting, intelligent work item triage, and natural language querying of DevOps pipelines. The ceiling is limited by the available tools (focused on read and simple write operations) and the language model's reasoning, but it enables sophisticated conversational interfaces for Azure DevOps management.
Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.
microsoft/azure-devops-mcp is tracked as a TypeScript project in the AI Agent, MCP Server, Infrastructure area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.
Momentum check: the repository has 1.9k total stars, with +6 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.
Maintenance check: current activity is Active; the latest push was 25 days ago, and the open issue queue is 9, about 0.47% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.
Adoption check: 616 forks and 1.9k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.
Practical fit: this project is most relevant when you need TypeScript teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.
Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 6. Follow the original GitHub repository for final install, security, and release information.
Analysis
ReadyOriginal problem, capability, and verdict guidance are available.
Sources
ReadyRepository metadata and README/source references are attached.
License
ReadyMIT is recorded for review.
Maintenance
ReadyRecent activity is visible in repository metadata.
Alternatives
ReadyEnough nearby projects exist for comparison.
Momentum
1.9k Stars
Reuse
616 Forks
Attention
1.9k Watchers
Maintenance
active
License
MIT
Open issues
9
The Azure DevOps MCP Server provides Azure DevOps context to AI agents, enabling them to list projects, builds, repos, work items, and more. It offers both a recommended remote-first experience and a local server option.
Key Features
- List ADO projects, builds, repos, test plans, teams, iterations, and work items - Create and update wiki pages with content - Supports both remote (recommended) and local stdio server setups
AI Agent
Agent frameworks, autonomous workflows, and tool-use systems
MCP Server
Model Context Protocol servers, clients, and integrations
Infrastructure
Cloud, deployment, networking, containers, and platform tooling
npx -y @azure-devops/mcp ${input:ado_org}73
Health Score
Active
Commit Activity
May 15, 2025
Created
Jul 29, 2026
Last push
+6
Today's growth
+6
7-day growth
+6
30-day growth
Forks
Open
Watchers
microsoft
GitHub profilefreeCodeCamp/freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
awesome-selfhosted/awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
obra/superpowers
An agentic skills framework & software development methodology that works.
react/react
The library for web and native user interfaces.
affaan-m/ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
✓
License
✓
Forked
✓ Active
Maintained
Problem Solved
This framework solves the problem of bridging AI agents with Azure DevOps data without requiring custom API integrations or complex scripting. It provides a standardized, tool-based abstraction that lets language models directly query and manipulate Azure DevOps entities, reducing development overhead for AI-powered DevOps automation.
Capabilities
Developers can build AI agents that list projects, builds, repos, test plans, teams, iterations, and work items, as well as create and update wiki pages. Real-world use cases include automated project status reporting, intelligent work item triage, and natural language querying of DevOps pipelines. The ceiling is limited by the available tools (focused on read and simple write operations) and the language model's reasoning, but it enables sophisticated conversational interfaces for Azure DevOps management.
Bottom Line
This project is ideal for developers and teams using Azure DevOps who want to integrate AI agents for natural language access to their DevOps data. It is not suitable for those needing deep, complex automation beyond the provided tools or who prefer not to use Microsoft's ecosystem. The key trade-off is convenience and rapid setup versus limited tool scope and reliance on Microsoft's remote server (with local fallback).