alguidelines/content/docs/agentic-coding/CommunityResources/Tools/azure-devops-mcp.md
Jeremy Vyska 4db38ba4d3 Add comprehensive agentic coding documentation
- Add 6 MCP server documentation pages (bc-code-intelligence, al-dependency, azure-devops, serena, al-objid, clockify)
- Add AI Coding Agents documentation (GitHub Copilot, Claude, Cursor)
- Add Getting Started section (what is agentic coding, setup, prompting, best practices, limitations, glossary)
- Add Getting More section (code review, documentation, telemetry examples)
- Add Community Resources placeholders (articles, videos, tools)
- Update Tools section to focus on MCP servers instead of VSCode extensions
2025-10-10 12:25:41 +02:00

46 lines
1.4 KiB
Markdown

---
title: "Azure DevOps MCP"
linkTitle: "Azure DevOps MCP"
weight: 4
description: >
Official Microsoft MCP server for comprehensive Azure DevOps integration with AI assistants
---
## Overview
The Azure DevOps MCP Server is Microsoft's official Model Context Protocol implementation for Azure DevOps, providing AI assistants with comprehensive access to work items, repositories, pipelines, wiki, search, and advanced security features.
**Publisher**: [Microsoft](https://github.com/microsoft)
---
## Key Features
**50+ Tools Across All Azure DevOps Services**:
- Core (projects, teams, identities)
- Work (iterations, capacity)
- Work Items (CRUD, queries, comments, linking)
- Repositories (repos, branches, PRs, commits, file contents)
- Pipelines (builds, logs, artifacts, triggering)
- Wiki (pages, content, CRUD operations)
- Search (code, wiki, work items)
- Advanced Security (alerts, findings)
**Domain Filtering**:
- Enable only needed domains to reduce tool count
- Example: `-d work-items -d repositories` for focused workflows
**Multiple Authentication Options**:
- Interactive (default) - Browser-based OAuth
- Azure CLI - Use existing `az login` session
- Environment variable - PAT via `AZURE_DEVOPS_PAT`
---
## Links
- **GitHub**: https://github.com/microsoft/azure-devops-mcp
- **npm Package**: https://www.npmjs.com/package/@azure-devops/mcp
- **Getting Started**: https://github.com/microsoft/azure-devops-mcp/blob/main/docs/GETTINGSTARTED.md