Zabbix MCP Server
by mhajder
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| SENTRY_DSN | No | Sentry DSN to enable error tracking | |
| ZABBIX_URL | No | URL of the Zabbix API endpoint, e.g., https://zabbix.example.com/api_jsonrpc.php | |
| ZABBIX_USER | No | Zabbix username for authentication (alternative to token) | |
| ZABBIX_TOKEN | No | Zabbix API token (preferred for Zabbix 5.4+) | |
| DISABLED_TAGS | No | Comma-separated list of tags to disable tools for | |
| MCP_HTTP_HOST | No | Host to bind HTTP server | 0.0.0.0 |
| MCP_HTTP_PORT | No | Port to bind HTTP server | 8000 |
| MCP_TRANSPORT | No | Transport type: stdio, sse, or http | stdio |
| READ_ONLY_MODE | No | Set to true to disable all write operations | false |
| ZABBIX_TIMEOUT | No | Connection timeout in seconds | 30 |
| ZABBIX_PASSWORD | No | Zabbix password for authentication (alternative to token) | |
| ZABBIX_VERIFY_SSL | No | Enable SSL certificate verification | true |
| RATE_LIMIT_ENABLED | No | Enable rate limiting | false |
| TOOL_SEARCH_ENABLED | No | Replace full tool listing with search tools | false |
| TOOL_SEARCH_STRATEGY | No | Search strategy: bm25 or regex | bm25 |
| MCP_HTTP_BEARER_TOKEN | No | Optional bearer token for HTTP authentication | |
| RATE_LIMIT_MAX_REQUESTS | No | Maximum requests allowed per window | 60 |
| TOOL_SEARCH_MAX_RESULTS | No | Maximum number of matching tools returned | 5 |
| RATE_LIMIT_WINDOW_MINUTES | No | Window size in minutes | 1 |
| ZABBIX_SKIP_VERSION_CHECK | No | Skip version check | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mhajder/zabbix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server