Token导航 LogoToken导航TokenDH.com
Blue Bridge MCP logo
运维云端stdio官方级别未说明来源级核验

Blue Bridge MCP

MCP Server

Sample prompts and recipes for using Model Context Protocol (MCP) server to query and manage Azure resources — scenarios include Azure Managed Grafana, Azure Data Explorer (Kusto), Azure Resource Graph, Azure Resource Manager and more.

工具数

0

提示词数

0

GitHub Stars

10

资源数

0
Docker云端部署服务器管理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Azure

提供方

Azure

最后核验

2026/5/18 04:06

运行时

Docker

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

docker run --name bluebridge -p 6688:6688 \

详细介绍

蓝桥

使用模型上下文协议(MCP)服务器通过零秘密身份验证查询和管理Azure资源的示例提示和食谱。\ 场景包括:

  • Azure管理的Grafana
  • Azure数据浏览器(Kusto)
  • Azure资源图
  • Azure资源管理器

身份验证由登录的Azure CLI帐户或托管身份处理,不存储密码或密钥。

______________________________________________________________________

✨ 演示

  1. 给定“ai.md手册”,向我展示5个可以关闭机器以节省资金的虚拟机。

Result

  1. 给定“ai.md手册”,帮我找到2个可以关闭以节省资金的虚拟机。请同时关闭它们。在执行此操作之前,请先征得每个VM的许可。

Result

  1. 给定“ai.md手册”,请为我获取订阅“3a7edf7d-1488-4017-a908-e50d0a1642a6”的CPU配额

Result

______________________________________________________________________

🚀快速启动

0·克隆存储库

克隆存储库以获取必要的文件,包括中的配方和使用示例 manual-for-ai.md.

git clone https://github.com/Azure/blue-bridge.git
cd blue-bridge

1·运行容器

蓝桥支架 Azure资源图Azure资源管理器 开箱即用,无需任何额外配置。

要连接到 Azure管理的GrafanaAzure数据浏览器(Kusto),在运行容器时设置相应的环境变量。

设置所需的可选环境变量并启动映像:

docker run --name bluebridge -p 6688:6688 \
  -e AzureManagedGrafanaEndpoint=https://.wcus.grafana.azure.com \
  -e KustoUri=https://.westus2.kusto.windows.net \
  bluebridge.azurecr.io/bluebridge:latest

如果你只需要Kusto:

docker run --name bluebridge -p 6688:6688 \
  -e KustoUri=https://.westus2.kusto.windows.net \
  bluebridge.azurecr.io/bluebridge:latest

或者没有外部服务:

docker run --name bluebridge -p 6688:6688 \
  bluebridge.azurecr.io/bluebridge:latest

2·认证一次

首次启动时,容器会打印一个设备代码提示,例如:

To sign in, use a web browser to open the page https://microsoft.com/devicelogin
and enter the code ABCD‑EFGH to authenticate.

打开链接,输入代码,然后授予同意。\ 之后,服务器准备就绪 http://localhost:6688.

3·添加到您的MCP主机

{
  "mcpServers": {
    "blue-bridge": {
      "url": "http://localhost:6688/sse",
      "transportType": "sse",
      "timeout": 60,
      "disabled": false,
      "autoApprove": []
    }
  }
}

4·快速测试

询问您的MCP主机:

Given 'manual-for-ai.md', show me 5 VMs that I can turn off machines to save money.

Result

______________________________________________________________________

🔧环境变量

变量目的必填
AzureManagedGrafanaEndpointAzure托管Grafana端点URL
KustoUriAzure数据资源管理器(Kusto)群集URI
UseManagedIdentity设置为 true 使用托管身份。没有
ManagedIdentityClientId要使用的托管标识的客户端ID。没有

UseManagedIdentity 设置为 true,Blue Bridge将尝试使用计算资源上可用的托管身份进行身份验证。如果只有一个托管身份(系统分配或用户分配),则此功能会自动工作。

如果计算资源具有多个托管标识,则必须通过设置 ManagedIdentityClientId 将环境变量转换为所需托管身份的客户端ID。请注意,设置 ManagedIdentityClientId 意味着使用托管身份,因此设置 UseManagedIdentitytrue 在这种情况下没有必要。

______________________________________________________________________

📚友情链接

  • 文档和示例:https://aka.ms/blue-bridge

目录标签

目录标签

Docker云端部署服务器管理cloud-platformsAzure资源管理本地部署零秘密认证MCP服务器Grafana集成Kusto查询

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Docker

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP