Overview
What is Azure DevOps MCP Server?
Azure DevOps MCP Server is a TypeScript-based server designed to manage Azure DevOps Work Items using natural language through the Azure DevOps REST API.
How to use Azure DevOps MCP Server?
To use the server, install the dependencies, build the server, and configure it with your Azure DevOps organization URL and Personal Access Token (PAT). You can then interact with Azure DevOps Work Items using various commands.
Key features of Azure DevOps MCP Server?
- Create new Work Items (User Stories, Bugs, Tasks) using natural language.
- Retrieve detailed information about Work Items by ID.
- Update existing Work Items' fields (status, assignee).
- Search for Work Items based on project, type, title, or ID.
- List all projects in your Azure DevOps organization.
Use cases of Azure DevOps MCP Server?
- Streamlining the creation and management of Work Items in Azure DevOps.
- Facilitating project management through natural language queries.
- Enhancing team collaboration by simplifying Work Item updates and searches.
FAQ from Azure DevOps MCP Server?
- What programming language is used for the server?
The server is built using TypeScript.
- How do I install the server?
You can install it by running
npm installafter cloning the repository.
- Is there a way to debug the server?
Yes, you can use the MCP Inspector for debugging, which provides a URL to access debugging tools in your browser.