Serversio.github.mhajder/zabbix-mcp
M

Zabbix MCP

io.github.mhajder/zabbix-mcp · v0.4.0
▦ pypi
v0.4.0pypi pypi: zabbix-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mhajder/zabbix-mcp",
  "description": "MCP server for Zabbix monitoring and automation",
  "title": "Zabbix MCP",
  "repository": {
    "url": "https://github.com/mhajder/zabbix-mcp",
    "source": "github"
  },
  "version": "0.4.0",
  "websiteUrl": "https://github.com/mhajder/zabbix-mcp",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "zabbix-mcp",
      "version": "0.4.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)",
          "isRequired": true,
          "name": "ZABBIX_URL"
        },
        {
          "description": "Zabbix API token (preferred for Zabbix 5.4+)",
          "isSecret": true,
          "name": "ZABBIX_TOKEN"
        },
        {
          "description": "Zabbix username (alternative to token)",
          "name": "ZABBIX_USER"
        },
        {
          "description": "Zabbix password (alternative to token)",
          "isSecret": true,
          "name": "ZABBIX_PASSWORD"
        },
        {
          "description": "Verify SSL certificates (true/false)",
          "default": "true",
          "name": "ZABBIX_VERIFY_SSL"
        },
        {
          "description": "Request timeout in seconds",
          "default": "30",
          "name": "ZABBIX_TIMEOUT"
        },
        {
          "description": "Skip Zabbix API version compatibility check",
          "default": "false",
          "name": "ZABBIX_SKIP_VERSION_CHECK"
        },
        {
          "description": "Enable read-only mode to restrict write operations",
          "default": "false",
          "name": "READ_ONLY_MODE"
        },
        {
          "description": "Comma-separated list of tags to disable tools for",
          "name": "DISABLED_TAGS"
        },
        {
          "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)",
          "default": "INFO",
          "name": "LOG_LEVEL"
        },
        {
          "description": "Enable rate limiting",
          "default": "false",
          "name": "RATE_LIMIT_ENABLED"
        },
        {
          "description": "Maximum requests per rate limit window",
          "default": "60",
          "name": "RATE_LIMIT_MAX_REQUESTS"
        },
        {
          "description": "Rate limit window in minutes",
          "default": "1",
          "name": "RATE_LIMIT_WINDOW_MINUTES"
        },
        {
          "description": "Enable FastMCP tool search transform",
          "default": "false",
          "name": "TOOL_SEARCH_ENABLED"
        },
        {
          "description": "Tool search strategy (bm25 or regex)",
          "default": "bm25",
          "name": "TOOL_SEARCH_STRATEGY"
        },
        {
          "description": "Maximum tool search results returned by search_tools",
          "default": "5",
          "name": "TOOL_SEARCH_MAX_RESULTS"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "zabbix-mcp",
      "version": "0.4.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:{MCP_HTTP_PORT}/mcp"
      },
      "environmentVariables": [
        {
          "description": "Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)",
          "isRequired": true,
          "name": "ZABBIX_URL"
        },
        {
          "description": "Zabbix API token (preferred for Zabbix 5.4+)",
          "isSecret": true,
          "name": "ZABBIX_TOKEN"
        },
        {
          "description": "Zabbix username (alternative to token)",
          "name": "ZABBIX_USER"
        },
        {
          "description": "Zabbix password (alternative to token)",
          "isSecret": true,
          "name": "ZABBIX_PASSWORD"
        },
        {
          "description": "Verify SSL certificates (true/false)",
          "default": "true",
          "name": "ZABBIX_VERIFY_SSL"
        },
        {
          "description": "Request timeout in seconds",
          "default": "30",
          "name": "ZABBIX_TIMEOUT"
        },
        {
          "description": "Skip Zabbix API version compatibility check",
          "default": "false",
          "name": "ZABBIX_SKIP_VERSION_CHECK"
        },
        {
          "description": "Enable read-only mode to restrict write operations",
          "default": "false",
          "name": "READ_ONLY_MODE"
        },
        {
          "description": "Comma-separated list of tags to disable tools for",
          "name": "DISABLED_TAGS"
        },
        {
          "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)",
          "default": "INFO",
          "name": "LOG_LEVEL"
        },
        {
          "description": "Enable rate limiting",
          "default": "false",
          "name": "RATE_LIMIT_ENABLED"
        },
        {
          "description": "Maximum requests per rate limit window",
          "default": "60",
          "name": "RATE_LIMIT_MAX_REQUESTS"
        },
        {
          "description": "Rate limit window in minutes",
          "default": "1",
          "name": "RATE_LIMIT_WINDOW_MINUTES"
        },
        {
          "description": "Enable FastMCP tool search transform",
          "default": "false",
          "name": "TOOL_SEARCH_ENABLED"
        },
        {
          "description": "Tool search strategy (bm25 or regex)",
          "default": "bm25",
          "name": "TOOL_SEARCH_STRATEGY"
        },
        {
          "description": "Maximum tool search results returned by search_tools",
          "default": "5",
          "name": "TOOL_SEARCH_MAX_RESULTS"
        },
        {
          "description": "Port for HTTP server (default: 8000)",
          "default": "8000",
          "name": "MCP_HTTP_PORT"
        },
        {
          "description": "MCP transport type (http for HTTP, stdio for stdio)",
          "value": "http",
          "name": "MCP_TRANSPORT"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/mhajder/zabbix-mcp:0.4.0",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:{MCP_HTTP_PORT}/mcp"
      },
      "runtimeArguments": [
        {
          "description": "Port mapping for HTTP transport",
          "isRequired": true,
          "value": "{MCP_HTTP_PORT}:8000",
          "type": "named",
          "name": "-p"
        }
      ],
      "environmentVariables": [
        {
          "description": "Zabbix API URL (e.g., https://zabbix.example.com/api_jsonrpc.php)",
          "isRequired": true,
          "name": "ZABBIX_URL"
        },
        {
          "description": "Zabbix API token (preferred for Zabbix 5.4+)",
          "isSecret": true,
          "name": "ZABBIX_TOKEN"
        },
        {
          "description": "Zabbix username (alternative to token)",
          "name": "ZABBIX_USER"
        },
        {
          "description": "Zabbix password (alternative to token)",
          "isSecret": true,
          "name": "ZABBIX_PASSWORD"
        },
        {
          "description": "Verify SSL certificates (true/false)",
          "default": "true",
          "name": "ZABBIX_VERIFY_SSL"
        },
        {
          "description": "Request timeout in seconds",
          "default": "30",
          "name": "ZABBIX_TIMEOUT"
        },
        {
          "description": "Skip Zabbix API version compatibility check",
          "default": "false",
          "name": "ZABBIX_SKIP_VERSION_CHECK"
        },
        {
          "description": "Enable read-only mode to restrict write operations",
          "default": "false",
          "name": "READ_ONLY_MODE"
        },
        {
          "description": "Comma-separated list of tags to disable tools for",
          "name": "DISABLED_TAGS"
        },
        {
          "description": "Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)",
          "default": "INFO",
          "name": "LOG_LEVEL"
        },
        {
          "description": "Enable rate limiting",
          "default": "false",
          "name": "RATE_LIMIT_ENABLED"
        },
        {
          "description": "Maximum requests per rate limit window",
          "default": "60",
          "name": "RATE_LIMIT_MAX_REQUESTS"
        },
        {
          "description": "Rate limit window in minutes",
          "default": "1",
          "name": "RATE_LIMIT_WINDOW_MINUTES"
        },
        {
          "description": "Enable FastMCP tool search transform",
          "default": "false",
          "name": "TOOL_SEARCH_ENABLED"
        },
        {
          "description": "Tool search strategy (bm25 or regex)",
          "default": "bm25",
          "name": "TOOL_SEARCH_STRATEGY"
        },
        {
          "description": "Maximum tool search results returned by search_tools",
          "default": "5",
          "name": "TOOL_SEARCH_MAX_RESULTS"
        },
        {
          "description": "Port for HTTP server (default: 8000)",
          "default": "8000",
          "name": "MCP_HTTP_PORT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}