Token导航 LogoToken导航TokenDH.com
Smart Ops Hub logo
运维云端未说明官方级别未说明来源级核验

Smart Ops Hub

MCP Server

AgentOpsHub是一个云原生操作平台,部署于Azure Government,为DevOps团队提供与专业AI代理实时协作的多代理聊天工作区。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
云原生AI代理C#AI协作

安装说明

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

作者 / 组织

wtomaz808

提供方

wtomaz808

最后核验

2026/5/17 20:21

快速接入

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

详细介绍

Agenophub

Azure政府的人工智能操作平台——一个多代理聊天工作区,DevOps团队在这里与专业的人工智能代理实时协作。

![.NET 9](https://dotnet.microsoft.com/) ![Blazor Server](https://learn.microsoft.com/aspnet/core/blazor/) ![Azure Gov](https://azure.microsoft.com/explore/global-infrastructure/government)

概述

AgentOpsHub是一个部署到 Azure政府它将AI代理、MCP(模型上下文协议)服务器和一个DateTimeServer前端整合到一个统一的指挥中心,用于基础设施运营、DevOps工作流和AI辅助开发。

多代理聊天工作区

旗舰功能是 多代理聊天工作区 --具有并排聊天面板的命令中心UI,每个聊天面板都连接到一个专门的AI代理(GitHub、Azure DevOps、Azure Ops、.NET Dev、AI/LLM、DevOps、Personal)。用户发送一条消息,同时接收来自多个代理的协调响应,并通过Contoso实时流式传输。

建筑

┌─────────────────────────────────────────────────────────┐
│                    Blazor Server (Web)                   │
│              Side-by-side Agent Chat Panels              │
└──────────────────────┬──────────────────────────────────┘
                       │ SignalR (AgentHub)
┌──────────────────────▼──────────────────────────────────┐
│                   ASP.NET Core API                       │
│              Agent Orchestrator + Azure OpenAI           │
└──────────────────────┬──────────────────────────────────┘
                       │ HTTP / MCP Protocol
┌──────────────────────▼──────────────────────────────────┐
│                    MCP Gateway                          │
│         Routes requests to 7 MCP servers                │
├─────────┬─────────┬────────┬────────┬────────┬──────────┤
│ GitHub  │  Azure  │  ADO   │ .NET   │  AI    │ DevOps   │
│ Server  │  Server │ Server │ Server │ Server │ Server   │
├─────────┴─────────┴────────┴────────┴────────┴──────────┤
│                   Personal MCP Server                   │
└─────────────────────────────────────────────────────────┘
          All deployed as Azure Container Apps

技术栈

技术
运行时。净值9
前端DateTimeServer(交互式SSR)
后端APIASP。NET核心最低API+信号R
AIAzure OpenAI+Azure AI服务
数据库Azure SQL数据库(EF Core,托管身份)
身份验证微软Entra ID(PZT)
托管Azure容器应用程序(Azure政府)
IaC二头肌
MCP7个集装箱化MCP服务器+网关
测试xUnit, bUnit

先决条件

快速开始

选项1--启动脚本(推荐)

# Build and start both servers in separate windows
.\start-local.ps1

# Or skip the build if you already compiled
.\start-local.ps1 -NoBuild

这将打开两个PowerShell窗口(API+Web)。关闭它们以停止服务器。

选项2——手动(两个终端)

终端1-API:

cd src\SmartOpsHub.Api
$env:ASPNETCORE_ENVIRONMENT="Development"
dotnet run --urls http://localhost:5100

终端2——网络:

cd src\SmartOpsHub.Web
$env:ASPNETCORE_ENVIRONMENT="Development"
dotnet run --urls http://localhost:5050

选项3-Docker编写

docker compose up --build

本地URL

服务URL
Web(工作区)http://localhost:5050
管理员http://localhost:5050/admin
APIhttp://localhost:5100
API运行状况http://localhost:5100/health

运行测试

dotnet test

有关详细的设置说明,请参阅 docs/getting-started.md.

项目结构

smart-ops-hub.sln
├── src/
│   ├── SmartOpsHub.Web/            # Blazor Server frontend
│   ├── SmartOpsHub.Api/            # ASP.NET Core Minimal API + SignalR
│   ├── SmartOpsHub.Core/           # Domain models, interfaces, services
│   ├── SmartOpsHub.Infrastructure/ # EF Core, external integrations
│   └── SmartOpsHub.Mcp/
│       ├── SmartOpsHub.Mcp.Gateway/   # MCP gateway router
│       ├── SmartOpsHub.Mcp.GitHub/    # GitHub operations
│       ├── SmartOpsHub.Mcp.Azure/     # Azure resource operations
│       ├── SmartOpsHub.Mcp.Ado/       # Azure DevOps operations
│       ├── SmartOpsHub.Mcp.DotNet/    # .NET tooling
│       ├── SmartOpsHub.Mcp.AI/        # AI/LLM utilities
│       ├── SmartOpsHub.Mcp.DevOps/    # CI/CD & pipeline tools
│       └── SmartOpsHub.Mcp.Personal/  # Per-user agent plugins
├── tests/
│   ├── SmartOpsHub.Web.Tests/      # bUnit component tests
│   ├── SmartOpsHub.Api.Tests/      # API integration tests
│   ├── SmartOpsHub.Core.Tests/     # Domain unit tests
│   ├── SmartOpsHub.Mcp.Tests/      # MCP server tests
│   └── SmartOpsHub.E2E.Tests/      # End-to-end tests
├── infra/                          # Bicep IaC modules
├── docker-compose.yml
└── docs/                           # Documentation

文档

许可证

麻省理工学院

目录标签

目录标签

云原生AI代理C#AI协作本地部署DevOpsAzureGovernment多代理系统

接入字段

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

未说明

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

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

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

0

权限和风险

未说明none部署方式未说明

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

安装前确认

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

仍需确认:installCommand

来源信息

继续浏览同类 MCP