MCP Catalogs
首页

OpsLens vs radar

并排对比,帮你在这两个 MCP server 之间做选择。

OpsLens
by Sherin-SEF-AI
radar
by skyhook-io
Stars★ 6★ 1,934
30天用量
综合分4056
官方
分类
运维基建可观测性Notion 集成
运维基建开发者工具可观测性
实现语言PythonTypeScript
最近提交2 个月前本月

OpsLens · 概述

OpsLens 利用 MCP 将 Notion 转变为 AI 驱动的 incident 响应指挥中心。

radar · 概述

Radar 是一个带有内置 MCP 服务器的 Kubernetes UI,可让 AI 助手查询集群资源。

OpsLens · 使用场景

  • AI 驱动的 incident 分类与严重程度评估
  • 跨 Notion、Slack 等系统的 incident 关联分析
  • 运行手册发现和自动化修复指导

radar · 使用场景

  • AI 助手查询 Kubernetes 集群资源和拓扑结构
  • 通过 AI 助手使用 MCP 工具执行 GitOps 操作
  • AI 驱动的集群监控和诊断

OpsLens · 安装

安装

OpsLens 可以使用 Docker 部署或直接运行 Python。

  1. 克隆仓库:
git clone https://github.com/Sherin-SEF-AI/OpsLens.git
cd OpsLens
  1. 安装依赖:
pip install -r requirements.txt
  1. 设置环境变量:

创建 .env 文件,包含你的 Notion 集成令牌和其他配置。

  1. 运行应用程序:
python main.py

Claude Desktop 集成

将以下内容添加到 Claude Desktop config.json 中,将 OpsLens 作为 MCP 服务器集成:

{
  "mcpServers": {
    "opslens": {
      "command": "python",
      "args": ["path/to/opslens/main.py"],
      "env": {
        "NOTION_TOKEN": "your-notion-token"
      }
    }
  }
}

radar · 安装

# 安装 Radar
brew install skyhook-io/tap/radar

# 运行 Radar
kubectl radar

要与 Claude Desktop 配合使用,请添加到 claude_desktop_config.json

{
  "mcpServers": {
    "radar": {
      "command": "radar",
      "args": ["--no-browser", "--no-mcp"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。