# Azure DevOps MCP for AI Agents AI Agent Connect

> Azure DevOps MCP lets you manage your entire software development lifecycle directly through your AI agent. Instead of clicking through nested menus to find a specific build status or a bug in a backlog, you can just ask. It gives your agent the eyes it needs to see your projects, pipelines, and repositories in real-time. You can monitor your CI/CD health and project progress without ever leaving your primary workspace.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_KhrlvDQ6a8Aq0oRqxKQC5ISyPDELFNFDMIawvPMR/ai-agent-connect
- **Tags:** ci-cd, pipeline-management, work-item-tracking, software-development, agile, bug-tracking

## Description

Connecting your Azure DevOps account to an AI agent changes how you handle your daily dev work. You stop hunting for specific build IDs or digging through hundreds of work items to find a single user story. Instead, you just ask your agent for the current status of a release or who's on a specific team. It turns your development environment into a conversational workspace where you can get a bird's-eye view of your organization's health without leaving your chat window. Because Vinkius hosts this Connector, you can plug it into your existing setup in minutes. It handles the heavy lifting of fetching project metadata and pipeline history so you can focus on shipping code rather than navigating complex UI menus. You can check if a hotfix cleared the pipeline or see how many bugs are still open in a specific project. This connection puts that data right in front of you. It's about moving faster by making your dev data accessible in plain English. You can quickly pull up a list of all your projects to see what's currently in flight or scan your repositories to see where your code lives. No more tab-switching or manual searching. Your agent becomes your primary dashboard for everything related to your software development lifecycle. You get the info you need exactly when you need it, just by asking.

## Tools

### list_project_teams
List all teams in a project to understand the organizational structure.

### list_work_items
List recent work items to quickly view your team's current backlog and tasks.

### list_builds
List recent builds to see which executions succeeded or failed.

### list_pipelines
List CI/CD pipelines to monitor your automated workflows.

### list_projects
List Azure DevOps projects to see all projects in your organization.

### list_repositories
List Git repositories to see your code storage within a project.

## Prompt Examples

**Prompt:** 
```
List all active projects in my Azure DevOps organization.
```

**Response:** 
```
I've retrieved your projects. You have access to: 'Mobile App', 'Internal Tools', and 'Infrastructure-as-Code'. Which one would you like to see work items for?
```

**Prompt:** 
```
Show me the last 5 work items for the 'Mobile App' project.
```

**Response:** 
```
I've fetched the work items. There are 5 recent items including 'Bug #8823: Login crash', 'Story #8824: Add dark mode', and 'Task #8825: Update SDK'. Would you like more details on the login crash?
```

**Prompt:** 
```
What is the status of the latest build for project 'Internal Tools'?
```

**Response:** 
```
Retrieving build history... The latest build for 'Internal Tools' (ID: 10293) was 'Succeeded' 2 hours ago. It was triggered by Mike Ross on the 'main' branch.
```

## Capabilities

### Query project backlogs
Ask your agent to pull recent tasks, bugs, and user stories from any project.

### Check build statuses
Get the latest success or failure status for your CI/CD pipelines instantly.

### List team structures
See how your organization is divided and who belongs to which project team.

### View repository lists
Scan all Git repositories within a project to see your code storage at a glance.

### Monitor CI/CD pipelines
Retrieve real-time metadata and execution history for your automated workflows.

## Use Cases

### The 2 AM Build Check
A developer's build fails. They ask their agent for the status of the last 5 builds for the 'Mobile App' project to see if it was a flaky test or a code issue.

### The Rapid Backlog Review
A product owner needs to see what's next. They ask the agent to list all recent work items to prioritize the next sprint.

### The New Project Onboarding
A new lead needs to see the team structure. They ask the agent to list all project teams to see who's involved in the infrastructure project.

### The Repo Audit
A security lead wants to see all code storage. They ask the agent to list repositories to ensure every project has a linked Git repo.

## Benefits

- Get instant build statuses: Use list_builds to see if your latest deployment succeeded without opening the Azure portal. You can check the success of your last push in seconds.
- Faster backlog grooming: Use list_work_items to pull recent tasks and bugs into a single view for quicker planning. This helps you organize your next sprint without manual searching.
- Better project oversight: Use list_projects to see every project in your organization at once. It gives you a bird's-eye view of your entire dev environment in one query.
- Easier team mapping: Use list_project_teams to quickly identify which members are assigned to specific projects. You can see the organizational structure of your team instantly.
- Quick repo inventory: Use list_repositories to see all your code storage options within a project in one command. No more clicking through nested folders to find your code.
- Real-time pipeline monitoring: Use list_pipelines to keep track of your CI/CD health through your AI client. Stay on top of your automated workflows without tab-switching.

## How It Works

The bottom line is you get a conversational interface for your entire DevOps ecosystem.

1. Subscribe to the Azure DevOps MCP on the Vinkius Marketplace.
2. Provide your Azure DevOps Organization name and a Personal Access Token (PAT).
3. Ask your AI client to list projects or check build statuses.

## Frequently Asked Questions

**Can the Azure DevOps MCP see my private repositories?**
Yes, it can list your repositories as long as your Personal Access Token has the correct permissions. This allows your agent to see your code storage structure.

**How do I give the Azure DevOps MCP permission to see my builds?**
You do this by using a Personal Access Token (PAT) with the necessary scopes. Once you add this to the Connector setup, your agent can fetch build history for you.

**Can I use the Azure DevOps MCP to manage my team's backlog?**
You can use it to view and query your backlog. It allows you to pull up recent tasks and bugs so you can discuss them with your agent.

**Does the Azure DevOps MCP work with Cursor or Claude?**
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf. You just need to connect it via the Vinkius Marketplace.

**What happens to my data when I connect the Azure DevOps MCP?**
Your data stays within your Azure DevOps organization. The Connector simply acts as a bridge that lets your AI agent fetch the information you ask for.

**Can I use the Azure DevOps MCP to see if my deployment failed?**
Yes, that's one of its primary uses. You can ask the agent to check the latest build status for any project to see if your deployment was successful.

**Can I see if a build pipeline failed via the AI?**
Yes! Use the `list_builds` tool and provide the Project ID. Your agent will retrieve the history of recent executions, including their final status (succeeded, failed, inProgress).

**How do I list the Git repositories for a project?**
Run the `list_repositories` query with your Project ID. The agent will return all Git repositories associated with that project in your Azure DevOps account.

**Is it possible to see recent bugs or tasks assigned to a project?**
Absolutely. Use the `list_work_items` tool. Your agent will retrieve a list of recent work items, including bugs, tasks, and stories, for the specified project.