MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/Zabbix MCP Server
Code ExecutionOfficial
Z

Zabbix MCP Server

Zabbix MCP Server with all functions and validations

184 starsUpdated Aug 7, 2026
View on GitHub

Ads

Overview

MCP (Model Context Protocol) is an open standard that lets AI assistants (ChatGPT, Claude, VS Code Copilot, JetBrains AI, Codex, and others) use external tools. This server exposes the entire Zabbix API as MCP tools — allowing any compatible AI assistant to query hosts, check problems, manage templates, acknowledge events, and perform any other Zabbix operation. The server runs as a standalone HTTP service. AI clients connect to it over the network. - Complete API coverage - All 58 Zabbix API groups (223 tools): hosts, problems, triggers, templates, users, dashboards, and more - Extension tools (14) - Pre-correlated views: host_status_get, hostgroup_overview_get, infrastructure_summary_get, item_history_summary_get, problem_active_get (fold 3-5 raw API calls into one round-trip). Plus graph_render (PNG export), anomaly_detect (z-score analysis), capacity_forecast (linear regression), item_threshold_search (filter items by lastvalue thresholds), report_generate (PDF reports), action_pre

Installation

docker compose up -d

Configuration

{
  "mcpServers": {
    "zabbix": {
      "type": "http",
      "url": "http://your-server:8080/mcp"
    }
  }

Capabilities

  • Query hosts and problems

    Ask your assistant to check host availability, active problems, or trigger status using tools like `host_status_get` and `problem_active_get`.

  • Generate infrastructure reports

    Request a summary of your Zabbix environment, including host group overviews and item history trends, via `infrastructure_summary_get` and `item_history_summary_get`.

  • Detect anomalies and forecast capacity

    Use `anomaly_detect` for z-score analysis on metrics and `capacity_forecast` for linear regression predictions on resource usage.

  • Render graphs and export data

    Ask for a PNG graph image with `graph_render` or generate a PDF report using `report_generate`.

  • Manage templates and configurations

    Instruct your assistant to export, import, or migrate Zabbix templates and hosts between servers, leveraging the full Zabbix API coverage.

  • Perform write operations with approval

    Use `action_prepare` and `action_confirm` to stage and confirm changes like acknowledgements or maintenance windows, with read-only mode protection.

Tags

  • monitoring
  • devops-infrastructure
  • observability-incident

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago