MCP Catalogs
首页zabbix-mcp-server screenshot

zabbix-mcp-server

by initMAX·98·综合分 48

全面的 Zabbix API 服务器,通过 MCP 协议提供 237 个监控和管理工具。

monitoringdeveloper-toolsops-infra
21
Forks
4
活跃 Issue
本月
最近提交
2 天前
收录于

概述

zabbix-mcp-server 通过模型上下文协议 (MCP) 提供对整个 Zabbix API 的全面访问。它包含 58 个 Zabbix API 组(223 个工具)和 14 个增强功能的扩展工具。该服务器具有完整的管理 Web 门户、多服务器支持、OAuth 2.1 认证,并且已集成 systemd 服务,适合生产环境使用。它可与 ChatGPT、Claude、VS Code 和 JetBrains 等多种 AI 客户端协同工作。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:通过 AI 助手实现 Zabbix 监控自动化
:为 Zabbix 基础设施生成 PDF 报告
:批量执行 Zabbix 主机和模板操作

什么时候选它

如果你需要将 AI 与现有的 Zabbix 监控基础设施集成,并希望获得包含 PDF 报告和异常检测等高级功能的全面 API 访问,请选择此工具。

什么时候不要选它

如果你不使用 Zabbix 作为监控系统,请不要选择此工具,因为此服务器仅提供对 Zabbix API 的访问。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • host_status_get

    Get current status of all hosts with correlated data

  • problem_active_get

    Get all active problems with correlated data

  • graph_render

    Render a Zabbix graph as PNG image

  • anomaly_detect

    Detect anomalies in item data using z-score analysis

  • capacity_forecast

    Forecast capacity using linear regression on item data

  • report_generate

    Generate PDF reports from Zabbix data

  • health_check

    Perform server diagnostics and health checks

  • hostgroup_overview_get

    Get overview of all host groups with correlated data

  • item_history_summary_get

    Get historical summaries for items

  • item_threshold_search

    Search for items by threshold of their last values

  • action_prepare

    Prepare an action for execution with two-step approval

  • zabbix_raw_api_call

    Make direct calls to any Zabbix API method

可对比工具

grafana-mcp-serverprometheus-mcp-servernagios-mcp-server

安装

安装

git clone https://github.com/initMAX/zabbix-mcp-server.git
cd zabbix-mcp-server
sudo ./deploy/install.sh
sudo nano /etc/zabbix-mcp/config.toml   # 填写您的 Zabbix URL 和 API 令牌
sudo systemctl start zabbix-mcp-server
sudo systemctl enable zabbix-mcp-server

Claude Desktop 配置

claude_desktop_config.json 中添加:

{
  "mcpServers": {
    "zabbix": {
      "command": "python",
      "args": ["-m", "zabbix_mcp_server"],
      "env": {
        "ZABBIX_MCP_CONFIG": "/etc/zabbix-mcp/config.toml"
      }
    }
  }
}

Hacker News 讨论

开发者社区最近的相关讨论。

zabbix-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。