mcpserver.azuredevops

mcpserver.azuredevops

3.3

If you are the rightful owner of mcpserver.azuredevops 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.

A Stdio MCP server as a dotnet tool to access Azure DevOps.

The mcpserver.azuredevops.stdio is a Model Context Protocol (MCP) server designed as a .NET tool to facilitate access to Azure DevOps. It provides a comprehensive suite of tools for navigating and managing Azure DevOps projects, repositories, work items, boards, pipelines, pull requests, and wikis. This server is available as a NuGet package and can be installed globally using the dotnet tool command. It supports various operations such as listing projects, retrieving repository details, searching code, managing work items, and executing pipelines. The server is also compatible with LLMs like Semantic Kernel and Claude Desktop, allowing for seamless integration and enhanced functionality.

Features

  • Comprehensive Azure DevOps access: Provides tools for projects, repositories, work items, boards, pipelines, pull requests, and wikis.
  • NuGet package: Easily installable as a global .NET tool.
  • LLM compatibility: Works with Semantic Kernel and Claude Desktop for enhanced integration.
  • Extensive toolset: Includes navigation, project, repository, search, commit, work item, board, pipeline, pull request, and wiki tools.
  • Sponsor support: Backed by major sponsors like Entity Framework Extensions and Dapper Plus.

Tools

  1. Core Navigation Tools

    GetProjects, GetRepositories

  2. Project Tools

    GetProject

  3. Repository Tools

    GetRepository

  4. Search Tools

    SearchCode

  5. GetCommit Tools

    GetCommit, GetCommits

  6. Work Item Tools

    get_work_item, create_work_item, update_work_item, list_work_items, manage_work_item_link

  7. Boards Tools

    get_boards

  8. Pipelines Tools

    list_pipelines, trigger_pipeline

  9. Pull Requests Tools

    list_pull_requests, create_pull_request, update_pull_request, get_pull_request

  10. Wiki Tools

    get_wikis, get_wiki_page, create_wiki, update_wiki_page