
zabbix-mcp-server
by initMAX·★ 98·综合分 48
全面的 Zabbix API 服务器,通过 MCP 协议提供 237 个监控和管理工具。
概述
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 监控基础设施集成,并希望获得包含 PDF 报告和异常检测等高级功能的全面 API 访问,请选择此工具。
什么时候不要选它
如果你不使用 Zabbix 作为监控系统,请不要选择此工具,因为此服务器仅提供对 Zabbix API 的访问。
此 server 暴露的工具
从 README 抽取出 12 个工具host_status_getGet current status of all hosts with correlated data
problem_active_getGet all active problems with correlated data
graph_renderRender a Zabbix graph as PNG image
anomaly_detectDetect anomalies in item data using z-score analysis
capacity_forecastForecast capacity using linear regression on item data
report_generateGenerate PDF reports from Zabbix data
health_checkPerform server diagnostics and health checks
hostgroup_overview_getGet overview of all host groups with correlated data
item_history_summary_getGet historical summaries for items
item_threshold_searchSearch for items by threshold of their last values
action_preparePrepare an action for execution with two-step approval
zabbix_raw_api_callMake direct calls to any Zabbix API method
可对比工具
安装
安装
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-serverClaude 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 讨论
开发者社区最近的相关讨论。
- 帖子 by hermanekt · 2026-04-02
zabbix-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。