MCP.so
登录

mcpserver.azuredevops

@StefH

关于 mcpserver.azuredevops

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

基本信息

分类

云与基础设施

许可证

MIT

运行时

c#

传输方式

stdio

发布者

StefH

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcpserver.azuredevops?

mcpserver.azuredevops is a Stdio MCP server implemented as a .NET tool that provides programmatic access to Azure DevOps. It enables listing projects, repositories, commits, searching code, and managing work items, boards, pipelines, pull requests, and wiki pages.

How to use mcpserver.azuredevops?

Install the tool globally: dotnet tool install --global mcpserver.azuredevops.stdio. Configure environment variables (AZURE_DEVOPS_ORG_URL, AZURE_DEVOPS_AUTH_METHOD, AZURE_DEVOPS_PAT, AZURE_DEVOPS_DEFAULT_PROJECT) and then use the command mcpserver.azuredevops.stdio as the MCP server command in clients like Claude Desktop or Semantic Kernel.

Key features of mcpserver.azuredevops

  • List all accessible Azure DevOps projects
  • List and search repositories in a project
  • Retrieve commit details and history
  • Search code across repositories
  • Create, read, update, and link work items
  • List available boards and pipelines
  • Trigger pipeline executions
  • Manage pull requests (list, create, update, get)
  • Access and manage wiki pages

Use cases of mcpserver.azuredevops

  • Retrieve recent commits from a specific repository
  • Create and update work items programmatically
  • Trigger a pipeline build and monitor results
  • Search across codebases for specific patterns
  • List

评论

云与基础设施 分类下的更多 MCP 服务器