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.
透過自然語言更方便地與 Azure DevOps 互動。
The azure-devops-mcp-server is a TypeScript-based Model Context Protocol (MCP) server designed to facilitate interaction with Azure DevOps Work Items using the Azure DevOps REST API via axios. This server allows users to manage Azure DevOps resources more efficiently by providing a set of tools to create, update, and retrieve work items, as well as manage projects and link commits. It is particularly useful for developers and project managers who need to automate and streamline their workflows within Azure DevOps. The server supports a variety of operations, including creating new work items, updating existing ones, searching for work items with specific criteria, and linking Git commits to work items. Additionally, it offers features for listing projects and retrieving project details, making it a comprehensive solution for Azure DevOps management.
Features
- Create, update, and retrieve Azure DevOps Work Items.
- Search Work Items with diverse filtering and sorting options.
- Link Git commits to Azure DevOps Work Items.
- List and get details of Azure DevOps projects.
- Add comments and manage Work Item attachments.
Tools
create_work_item`
Create a new work item
get_work_item_details`
Get work item details
update_work_item`
Update work item fields
search_work_items`
Search for work items
list_projects`
List all items
get_project_details`
Get project details
link_commit_to_work_item`
Submit link to work item
list_work_item_attachments`
List work item attachments
add_issue_comment`
Add a comment to a work item