azure-devops -v1
MCP Server for the Azure DevOps API, enabling project management, repository operations, and more.
How to use
The azure-devops -v1 MCP Server provides a streamlined interface for interacting with the Azure DevOps API, allowing you to manage projects, execute repository operations, and perform various DevOps tasks efficiently. By leveraging this server, developers can automate workflows, integrate services, and enhance project management capabilities seamlessly.
Once connected to the azure-devops -v1 MCP Server, you can interact with the Azure DevOps API using specific queries tailored for project management and repository operations. While no additional tools are documented at this time, you can utilize standard REST API commands to create, update, and delete resources. For optimal results, focus on commands that manipulate repositories, such as fetching branch details or managing pull requests, which are essential for effective collaboration within your development teams.
How to install
Prerequisites
Ensure you have Node.js installed on your machine, as it is required to run the MCP server.
Option A: Quick start with npx
If you're looking for a quick setup, use the following command:
npx -y azure-devops-mcp-server-v1
Option B: Global install alternative
For a more persistent installation, you can globally install the server with:
npm install -g azure-devops-mcp-server-v1
Additional notes
When configuring the azure-devops -v1 MCP Server, ensure that your Azure DevOps personal access token (PAT) is set as an environment variable named AZURE_DEVOPS_PAT for authentication. A common issue users encounter is forgetting to set this variable, which can lead to authorization errors during API calls. Be sure to check your network configuration if you experience connectivity issues.