You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mcp-server/mcp-server-overview.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.topic: overview
8
8
ms.author: chcomley
9
9
author: chcomley
10
10
monikerRange: 'azure-devops'
11
-
ms.date: 09/11/2025
11
+
ms.date: 11/11/2025
12
12
#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.
13
13
---
14
14
@@ -30,13 +30,39 @@ Unlike cloud-based solutions that require sending your data externally, the Azur
|**Node.js**| Version 18.0 or higher required for running the MCP Server |[Download Node.js](https://nodejs.org/)|
32
32
|**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)
34
53
35
54
## Install MCP Server
36
55
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)
38
63
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).
0 commit comments