Skip to content

Commit 33023b4

Browse files
Merge pull request #8555 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-11 18:00 UTC
2 parents 8782d4d + 27c1a73 commit 33023b4

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

docs/mcp-server/mcp-server-overview.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: overview
88
ms.author: chcomley
99
author: chcomley
1010
monikerRange: 'azure-devops'
11-
ms.date: 09/11/2025
11+
ms.date: 11/11/2025
1212
#customer intent: As a project member, I want to understand what the Azure DevOps MCP Server is and how it can enhance my AI assistant with real-time Azure DevOps context to improve my productivity and decision-making.
1313
---
1414

@@ -30,13 +30,39 @@ Unlike cloud-based solutions that require sending your data externally, the Azur
3030
|-------------|-------------|----------------------|
3131
| **Node.js** | Version 18.0 or higher required for running the MCP Server | [Download Node.js](https://nodejs.org/) |
3232
| **Azure DevOps organization** | Active Azure DevOps Services organization with project access | [Create organization](../organizations/accounts/create-organization.md) |
33-
| **AI coding environment** | Compatible AI assistant with agent-mode support (GitHub Copilot, Claude, etc.) | See [installation section](#install-mcp-server) |
33+
| **AI coding environment** | Compatible AI assistant with agent-mode support | See [supported environments](#supported-ai-environments) |
34+
35+
## Supported AI environments
36+
37+
The Azure DevOps MCP Server is compatible with multiple AI coding environments. Choose your preferred development environment:
38+
39+
### Visual Studio 2022
40+
- **GitHub Copilot**: Enhanced with Azure DevOps context through MCP integration
41+
- **Installation**: Requires GitHub Copilot extension and MCP Server configuration
42+
- **Features**: Full IntelliSense integration with Azure DevOps data
43+
44+
### Visual Studio Code
45+
- **GitHub Copilot**: Popular choice with extensive MCP support
46+
- **Claude Dev**: Alternative AI assistant with Azure DevOps integration
47+
- **Installation**: Extension-based setup with JSON configuration
48+
49+
### Other Supported Environments
50+
- **Cursor**: AI-first code editor with built-in MCP support
51+
- **Claude Desktop**: Standalone application with MCP capabilities
52+
- **JetBrains IDEs**: IntelliJ IDEA, WebStorm, and other JetBrains products (via plugins)
3453

3554
## Install MCP Server
3655

37-
Ready to enhance your AI assistant with Azure DevOps context? The Azure DevOps MCP Server works with popular AI coding environments like Visual Studio Code with GitHub Copilot, Visual Studio 2022, Cursor, and Claude Code.
56+
Ready to enhance your AI assistant with Azure DevOps context? Follow the installation guide for your preferred development environment:
57+
58+
- **Visual Studio users**: For detailed Visual Studio installation instructions, including step-by-step configuration for Visual Studio 2022, see [Install Azure DevOps MCP Server for Visual Studio](https://github.com/microsoft/azure-devops-mcp/blob/main/docs/GETTINGSTARTED.md#%EF%B8%8F-visual-studio-2022--github-copilot)
59+
60+
- **VS Code users**: For Visual Studio Code installation with GitHub Copilot or Claude Dev, see [Install Azure DevOps MCP Server for VS Code](https://github.com/microsoft/azure-devops-mcp/blob/main/docs/GETTINGSTARTED.md#%EF%B8%8F-visual-studio-code--github-copilot)
61+
62+
- **All environments**: For all supported environments and troubleshooting, see [Complete Installation Guide](https://github.com/microsoft/azure-devops-mcp/blob/main/docs/GETTINGSTARTED.md)
3863

39-
For detailed installation instructions and setup for your preferred environment, see [Install Azure DevOps MCP Server](https://github.com/microsoft/azure-devops-mcp/blob/main/docs/GETTINGSTARTED.md).
64+
> [!TIP]
65+
> Having installation issues? Check the [troubleshooting section](https://github.com/microsoft/azure-devops-mcp/blob/main/docs/TROUBLESHOOTING.md) or report issues on the [Azure DevOps MCP Server GitHub repository](https://github.com/microsoft/azure-devops-mcp/issues).
4066
4167
## Why use Azure DevOps MCP Server?
4268

0 commit comments

Comments
 (0)