mcpserver.azuredevops
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
Core Navigation Tools
GetProjects
,GetRepositories
Project Tools
GetProject
Repository Tools
GetRepository
Search Tools
SearchCode
GetCommit Tools
GetCommit
,GetCommits
Work Item Tools
get_work_item
,create_work_item
,update_work_item
,list_work_items
,manage_work_item_link
Boards Tools
get_boards
Pipelines Tools
list_pipelines
,trigger_pipeline
Pull Requests Tools
list_pull_requests
,create_pull_request
,update_pull_request
,get_pull_request
Wiki Tools
get_wikis
,get_wiki_page
,create_wiki
,update_wiki_page