azure-devops-mcp-server

azure-devops-mcp-server

3.2

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

  1. create_work_item`

    Create a new work item

  2. get_work_item_details`

    Get work item details

  3. update_work_item`

    Update work item fields

  4. search_work_items`

    Search for work items

  5. list_projects`

    List all items

  6. get_project_details`

    Get project details

  7. link_commit_to_work_item`

    Submit link to work item

  8. list_work_item_attachments`

    List work item attachments

  9. add_issue_comment`

    Add a comment to a work item