Back to MCP directory
publicPublicdnsLocal runtime

azure-mcp-server

Azure DevOps API的MCP服务器,支持项目管理和仓库操作等功能。

article

README

🚀 Azure DevOps MCP 服务器

MCP 服务器为 Azure DevOps API 提供支持,可实现项目管理、代码仓库操作等功能,极大地提升了开发工作的效率。

🚀 快速开始

MCP 服务器为 Azure DevOps API 提供支持,实现项目管理、代码仓库操作等功能。

✨ 主要特性

  • 为 Azure DevOps API 提供支持。
  • 实现项目管理、代码仓库操作等功能。

📚 详细文档

关于作者

Zubeid Hendricks 是一名软件开发人员,致力于创建简化复杂工作流程并提升开发者效率的工具。此 MCP 服务器是基于对 Azure DevOps 的丰富经验和对构建灵活且强大集成工具的承诺而开发的。

作者

  • Zubeid Hendricks
    • GitHub: @ZubeidHendricks
    • 联系方式: zubeid.hendricks@gmail.com
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client