azure-devops-mcp-server
If you are the rightful owner of azure-devops-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project implements a Model Context Protocol (MCP) server that enables AI assistants to interact with Azure DevOps for creating and updating tickets (work items).
Model Context Protocol (MCP) is an open standard that standardizes how applications provide context to Large Language Models (LLMs). It creates a common interface for LLMs to interact with external tools and services, eliminating the need for custom integrations between different AI models and tools. This MCP server specifically focuses on ticket management in Azure DevOps, enabling AI assistants to create new work items, update existing work items, add comments to work items, and retrieve work item details.
Features
- Create new work items (tickets) in Azure DevOps.
- Update existing work items with new information.
- Add comments to work items for better collaboration.
- Retrieve detailed information about specific work items.
Tools
create_work_item
Creates a new work item in Azure DevOps.
update_work_item
Updates an existing work item in Azure DevOps.
add_work_item_comment
Adds a comment to an existing work item in Azure DevOps.
get_work_item
Gets details of an existing work item in Azure DevOps.