Tiberriver256_mcp-server-azure-devops

Tiberriver256_mcp-server-azure-devops

3.1

If you are the rightful owner of Tiberriver256_mcp-server-azure-devops 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.

The Azure DevOps MCP Server is a bridge for AI assistants to interact with Azure DevOps APIs using the Model Context Protocol.

The Azure DevOps MCP Server is designed to facilitate secure and efficient interaction between AI assistants and Azure DevOps resources. By implementing the Model Context Protocol (MCP), this server provides a standardized interface for accessing and managing various Azure DevOps components such as projects, work items, repositories, and more. It enables AI models to execute common DevOps workflows through natural language commands, ensuring seamless integration and automation of tasks. The server supports multiple authentication methods, including Personal Access Tokens and Azure Identity, to ensure secure access to Azure DevOps APIs. With its modular structure, the server allows for easy extension and customization to meet specific organizational needs.

Features

  • Secure interaction with Azure DevOps resources through MCP.
  • Support for multiple authentication methods including PAT and Azure Identity.
  • Standardized access to projects, work items, repositories, and more.
  • Ability to execute DevOps workflows using natural language.
  • Modular structure for easy customization and extension.

Tools

  1. list_organizations

    List all accessible organizations.

  2. list_projects

    List all accessible projects.

  3. list_repositories

    List all repositories in a project.

  4. get_project

    Get details of a specific project.

  5. get_repository

    Get repository details.

  6. get_work_item

    Retrieve a work item by ID.

  7. create_work_item

    Create a new work item.