AgentHubAgentHub

Zabbix MCP

MCP ServerMCP Registry官方收录

io.github.mhajder/zabbix-mcp · v0.5.0

MCP server for Zabbix monitoring and automation

概览

Zabbix MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "zabbix-mcp": {
      "command": "uvx",
      "args": [
        "zabbix-mcp"
      ],
      "env": {
        "ZABBIX_URL": "<ZABBIX_URL>"
      }
    }
  }
}

环境变量

ZABBIX_URL必填

Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)

ZABBIX_TOKEN可选secret

Zabbix API token (preferred for Zabbix 5.4+)

ZABBIX_USER可选

Zabbix username (alternative to token)

ZABBIX_PASSWORD可选secret

Zabbix password (alternative to token)

ZABBIX_VERIFY_SSL可选

Verify SSL certificates (true/false)

ZABBIX_TIMEOUT可选

Request timeout in seconds

ZABBIX_SKIP_VERSION_CHECK可选

Skip Zabbix API version compatibility check

READ_ONLY_MODE可选

Enable read-only mode to restrict write operations

DISABLED_TAGS可选

Comma-separated list of tags to disable tools for

LOG_LEVEL可选

Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)

RATE_LIMIT_ENABLED可选

Enable rate limiting

RATE_LIMIT_MAX_REQUESTS可选

Maximum requests per rate limit window

RATE_LIMIT_WINDOW_MINUTES可选

Rate limit window in minutes

TOOL_SEARCH_ENABLED可选

Enable FastMCP tool search transform

TOOL_SEARCH_STRATEGY可选

Tool search strategy (bm25 or regex)

TOOL_SEARCH_MAX_RESULTS可选

Maximum tool search results returned by search_tools

ZABBIX_URL必填

Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)

ZABBIX_TOKEN可选secret

Zabbix API token (preferred for Zabbix 5.4+)

ZABBIX_USER可选

Zabbix username (alternative to token)

ZABBIX_PASSWORD可选secret

Zabbix password (alternative to token)

ZABBIX_VERIFY_SSL可选

Verify SSL certificates (true/false)

ZABBIX_TIMEOUT可选

Request timeout in seconds

ZABBIX_SKIP_VERSION_CHECK可选

Skip Zabbix API version compatibility check

READ_ONLY_MODE可选

Enable read-only mode to restrict write operations

DISABLED_TAGS可选

Comma-separated list of tags to disable tools for

LOG_LEVEL可选

Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)

RATE_LIMIT_ENABLED可选

Enable rate limiting

RATE_LIMIT_MAX_REQUESTS可选

Maximum requests per rate limit window

RATE_LIMIT_WINDOW_MINUTES可选

Rate limit window in minutes

TOOL_SEARCH_ENABLED可选

Enable FastMCP tool search transform

TOOL_SEARCH_STRATEGY可选

Tool search strategy (bm25 or regex)

TOOL_SEARCH_MAX_RESULTS可选

Maximum tool search results returned by search_tools

MCP_HTTP_PORT可选

Port for HTTP server (default: 8000)

MCP_TRANSPORT可选

MCP transport type (http for HTTP, stdio for stdio)

ZABBIX_URL必填

Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)

ZABBIX_TOKEN可选secret

Zabbix API token (preferred for Zabbix 5.4+)

ZABBIX_USER可选

Zabbix username (alternative to token)

ZABBIX_PASSWORD可选secret

Zabbix password (alternative to token)

ZABBIX_VERIFY_SSL可选

Verify SSL certificates (true/false)

ZABBIX_TIMEOUT可选

Request timeout in seconds

ZABBIX_SKIP_VERSION_CHECK可选

Skip Zabbix API version compatibility check

READ_ONLY_MODE可选

Enable read-only mode to restrict write operations

DISABLED_TAGS可选

Comma-separated list of tags to disable tools for

LOG_LEVEL可选

Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)

RATE_LIMIT_ENABLED可选

Enable rate limiting

RATE_LIMIT_MAX_REQUESTS可选

Maximum requests per rate limit window

RATE_LIMIT_WINDOW_MINUTES可选

Rate limit window in minutes

TOOL_SEARCH_ENABLED可选

Enable FastMCP tool search transform

TOOL_SEARCH_STRATEGY可选

Tool search strategy (bm25 or regex)

TOOL_SEARCH_MAX_RESULTS可选

Maximum tool search results returned by search_tools

MCP_HTTP_PORT可选

Port for HTTP server (default: 8000)

相关资源

统一 Manifest

{
  "id": "io.github.mhajder/zabbix-mcp",
  "type": "mcp-server",
  "version": "0.5.0",
  "displayName": "Zabbix MCP",
  "description": "MCP server for Zabbix monitoring and automation",
  "repository": {
    "url": "https://github.com/mhajder/zabbix-mcp",
    "source": "github"
  },
  "homepage": "https://github.com/mhajder/zabbix-mcp",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "zabbix-mcp",
        "version": "0.5.0",
        "runtimeHint": "uvx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ZABBIX_URL",
            "description": "Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)",
            "isRequired": true
          },
          {
            "name": "ZABBIX_TOKEN",
            "description": "Zabbix API token (preferred for Zabbix 5.4+)",
            "isSecret": true
          },
          {
            "name": "ZABBIX_USER",
            "description": "Zabbix username (alternative to token)"
          },
          {
            "name": "ZABBIX_PASSWORD",
            "description": "Zabbix password (alternative to token)",
            "isSecret": true
          },
          {
            "name": "ZABBIX_VERIFY_SSL",
            "description": "Verify SSL certificates (true/false)"
          },
          {
            "name": "ZABBIX_TIMEOUT",
            "description": "Request timeout in seconds"
          },
          {
            "name": "ZABBIX_SKIP_VERSION_CHECK",
            "description": "Skip Zabbix API version compatibility check"
          },
          {
            "name": "READ_ONLY_MODE",
            "description": "Enable read-only mode to restrict write operations"
          },
          {
            "name": "DISABLED_TAGS",
            "description": "Comma-separated list of tags to disable tools for"
          },
          {
            "name": "LOG_LEVEL",
            "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
          },
          {
            "name": "RATE_LIMIT_ENABLED",
            "description": "Enable rate limiting"
          },
          {
            "name": "RATE_LIMIT_MAX_REQUESTS",
            "description": "Maximum requests per rate limit window"
          },
          {
            "name": "RATE_LIMIT_WINDOW_MINUTES",
            "description": "Rate limit window in minutes"
          },
          {
            "name": "TOOL_SEARCH_ENABLED",
            "description": "Enable FastMCP tool search transform"
          },
          {
            "name": "TOOL_SEARCH_STRATEGY",
            "description": "Tool search strategy (bm25 or regex)"
          },
          {
            "name": "TOOL_SEARCH_MAX_RESULTS",
            "description": "Maximum tool search results returned by search_tools"
          }
        ]
      },
      {
        "registryType": "pypi",
        "identifier": "zabbix-mcp",
        "version": "0.5.0",
        "runtimeHint": "uvx",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "ZABBIX_URL",
            "description": "Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)",
            "isRequired": true
          },
          {
            "name": "ZABBIX_TOKEN",
            "description": "Zabbix API token (preferred for Zabbix 5.4+)",
            "isSecret": true
          },
          {
            "name": "ZABBIX_USER",
            "description": "Zabbix username (alternative to token)"
          },
          {
            "name": "ZABBIX_PASSWORD",
            "description": "Zabbix password (alternative to token)",
            "isSecret": true
          },
          {
            "name": "ZABBIX_VERIFY_SSL",
            "description": "Verify SSL certificates (true/false)"
          },
          {
            "name": "ZABBIX_TIMEOUT",
            "description": "Request timeout in seconds"
          },
          {
            "name": "ZABBIX_SKIP_VERSION_CHECK",
            "description": "Skip Zabbix API version compatibility check"
          },
          {
            "name": "READ_ONLY_MODE",
            "description": "Enable read-only mode to restrict write operations"
          },
          {
            "name": "DISABLED_TAGS",
            "description": "Comma-separated list of tags to disable tools for"
          },
          {
            "name": "LOG_LEVEL",
            "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
          },
          {
            "name": "RATE_LIMIT_ENABLED",
            "description": "Enable rate limiting"
          },
          {
            "name": "RATE_LIMIT_MAX_REQUESTS",
            "description": "Maximum requests per rate limit window"
          },
          {
            "name": "RATE_LIMIT_WINDOW_MINUTES",
            "description": "Rate limit window in minutes"
          },
          {
            "name": "TOOL_SEARCH_ENABLED",
            "description": "Enable FastMCP tool search transform"
          },
          {
            "name": "TOOL_SEARCH_STRATEGY",
            "description": "Tool search strategy (bm25 or regex)"
          },
          {
            "name": "TOOL_SEARCH_MAX_RESULTS",
            "description": "Maximum tool search results returned by search_tools"
          },
          {
            "name": "MCP_HTTP_PORT",
            "description": "Port for HTTP server (default: 8000)"
          },
          {
            "name": "MCP_TRANSPORT",
            "description": "MCP transport type (http for HTTP, stdio for stdio)"
          }
        ]
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/mhajder/zabbix-mcp:0.5.0",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "ZABBIX_URL",
            "description": "Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)",
            "isRequired": true
          },
          {
            "name": "ZABBIX_TOKEN",
            "description": "Zabbix API token (preferred for Zabbix 5.4+)",
            "isSecret": true
          },
          {
            "name": "ZABBIX_USER",
            "description": "Zabbix username (alternative to token)"
          },
          {
            "name": "ZABBIX_PASSWORD",
            "description": "Zabbix password (alternative to token)",
            "isSecret": true
          },
          {
            "name": "ZABBIX_VERIFY_SSL",
            "description": "Verify SSL certificates (true/false)"
          },
          {
            "name": "ZABBIX_TIMEOUT",
            "description": "Request timeout in seconds"
          },
          {
            "name": "ZABBIX_SKIP_VERSION_CHECK",
            "description": "Skip Zabbix API version compatibility check"
          },
          {
            "name": "READ_ONLY_MODE",
            "description": "Enable read-only mode to restrict write operations"
          },
          {
            "name": "DISABLED_TAGS",
            "description": "Comma-separated list of tags to disable tools for"
          },
          {
            "name": "LOG_LEVEL",
            "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)"
          },
          {
            "name": "RATE_LIMIT_ENABLED",
            "description": "Enable rate limiting"
          },
          {
            "name": "RATE_LIMIT_MAX_REQUESTS",
            "description": "Maximum requests per rate limit window"
          },
          {
            "name": "RATE_LIMIT_WINDOW_MINUTES",
            "description": "Rate limit window in minutes"
          },
          {
            "name": "TOOL_SEARCH_ENABLED",
            "description": "Enable FastMCP tool search transform"
          },
          {
            "name": "TOOL_SEARCH_STRATEGY",
            "description": "Tool search strategy (bm25 or regex)"
          },
          {
            "name": "TOOL_SEARCH_MAX_RESULTS",
            "description": "Maximum tool search results returned by search_tools"
          },
          {
            "name": "MCP_HTTP_PORT",
            "description": "Port for HTTP server (default: 8000)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.mhajder/zabbix-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mhajder%2Fzabbix-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Zabbix MCP — MCP Server 安装与配置 · AgentHub