惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
博客园 - 【当耐特】
博客园 - 叶小钗
量子位
博客园 - 聂微东
S
SegmentFault 最新的问题
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
宝玉的分享
宝玉的分享
小众软件
小众软件
罗磊的独立博客
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog

博客园 - danzhang

第十三年的MVP勋章:感谢这片技术社区 Azure DevOps Server:2026年6月份补丁(无法移除用户) 在Github的企业Enterprise中开通Copilot 在Azure DevOps Server中实现用户端原地址透传(X-Forwarded-For) Azure DevOps Server:2026年4月份补丁(安装详细步骤) Azure DevOps Server:2026年3月份补丁 Azure DevOps Server:扩充数据库服务器的磁盘 Azure DevOps Server:使用团队日历 Azure DevOps Server:2026年二月补丁(Patch 8) Azure DevOps:迭代看板简洁视图 Azure DevOps:移除TFVC中过时的签入策略 Azure DevOps Server 正式版本发布 Azure DevOps Server:复制markdown文档中的代码块 Azure DevOps Server:允许讨论但不允许修改工作项 Azure DevOps Server 2022.2 补丁(Patch 7) 在Azure DevOps Server中分析Git代码库的健康状况 Azure DevOps Server 25H2 安装手册 Azure DevOps Server 25H2 最新版本发布 使用Azure DevOps MCP和Playwriht,将功能测试用例转换为自动化测试用例 使用Azure DevOps MCP服务器,在开发过程中应用GitHub Copilot人工智能 在VS Code中使用Playwright实现自动化测试(UI测试) Azure DevOps Server 2022.2 补丁(Patch 6) 在Azure DevOps的工作项中使用markdown
Azure DevOps:应用远程MCP服务器,提升工作效率
danzhang · 2026-03-18 · via 博客园 - danzhang

1. 概述

之前我在博客文章《使用Azure DevOps MCP服务器,在开发过程中应用GitHub Copilot人工智能》 - danzhang - 博客园 中介绍了搭建本地MCP服务器,应用Github Copilot的人工智能,在开发工具中高效使用Azure DevOps。

现在,微软发布了《Azure DevOps远程MCP服务器》:Set up the remote Azure DevOps MCP Server (preview) - Azure DevOps Services | Microsoft Learn

远程MCP服务器是运行在微软云端的MCP服务器,它可以完成和本地MCP服务器相同的功能,但是无需我们进行复杂的安装和配置工作;利用远程MCP服务器,我们可以非常简单和快捷地应用Github Copilot人工智能,在开发工具中使用人类语言操作Azure DevOps中的各种开发测试数据。

下面我们就来体验一下远程MCP服务器带来的便捷。

2. 操作方法

  • 首先,我们在VS Code的任一工程根目录下面创建一个文件~/.vscode/mcp.json,内容如下
{  "servers":      {"ado-remote-mcp":        {          "url": https://mcp.dev.azure.com/{组织/集合名称},         "type": "http"             }         },      "inputs": []
}
  • 在mcp.json文件中点击start按钮
    image

  • 系统提示你完成微软账户认证
    image

  • 输入自己的微软账户和密码,完成登录认证
    image
    注意,不能使用个人账户,需要使用组织账户,例如zhanghongjun@bjgreatsoft.onmicrosoft.com

  • 对本地设备授权
    image

  • 完成了配置

  • 回到VS Code的Copilot聊天窗口中,你就可以发送文字操作Azure DevOps中的数据了;例如你可以写“在团队项目DemoProject中新建一个bug,标题是。。。。。”,MCP服务器就会将你的语言转换为Azure DevOps的指令,并发送到服务器,完成对应的操作。
    image

  • 下图是使用远程MCP服务器新建的一个Issue工作项
    image

https://www.cnblogs.com/danzhang
Azure DevOps MVP 张洪君

image