Jasonbr/siriusec-mcp
Siriusec MCP Server - 统一的 MCP 协议网关,集成阿里云 SysOM 监控服务
Overview
Jasonbr/siriusec-mcp is a Go MCP server. Siriusec MCP Server - 统一的 MCP 协议网关,集成阿里云 SysOM 监控服务
Ranked #85 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Go No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
Forks 0
Description Good
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# Siriusec MCP Server
Siriusec MCP 是一个为 AI 系统提供 MCP(Model Context Protocol)协议接入能力的 Go 语言服务器。
## 项目概述
Siriusec MCP 实现了 MCP 标准协议的统一网关,支持多种传输模式,并深度集成阿里云 OpenAPI 生态(SysOM 监控服务)。
### 核心特性
- **MCP 协议网关**: 统一接入点 `/mcp/unified`
- **多传输模式支持**: stdio、SSE、Streamable-HTTP
- **阿里云生态集成**: SysOM 监控、OpenAPI、DashScope
- **系统诊断工具**: 内存、IO、网络、调度等多维度诊断
- **崩溃诊断代理**: VMCORE 分析与诊断任务管理
## 功能模块
```
Siriusec_MCP 网关
├── MCP 协议网关
│ ├── 协议解析
│ ├── 统一接入 /mcp/unified
│ └── 流式响应 (SSE / Streamable-HTTP)
├── 云服务集成
│ ├── 阿里云 SysOM 监控
│ ├── 通用 OpenAPI
│ └── 通义千问 DashScope
└── 系统诊断工具
├── AM 工具 (实例/集群/Pod 管理)
├── CrashAgent (崩溃诊断)
├── IO 诊断 (iofsstat/iodiagnose)
├── 内存诊断 (memgraph/javamem/oomcheck)
├── 网络诊断 (packetdrop/netjitter)
└── 调度诊断 (delay/loadtask)
```
## 快速开始
### 环境要求
- Go 1.25+
- Docker (可选)
- 阿里云账号及 AccessKey
### 安装
```bash
# 克隆仓库
git clone <repository-url>
cd siriusec-mcp
# 构建
./build.sh local
# 或
go build -o bin/siriusec-mcp cmd/server/main.go
```
### 配置
创建 `. Read full README on GitHub → Are you the maintainer of Jasonbr/siriusec-mcp?
Claim this tool → Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.