zabbix-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_TYPE | No | Must be set to no-auth for streamable-http transport | |
| READ_ONLY | No | Set to true, 1, or yes to enable read-only mode (only GET operations allowed) | |
| VERIFY_SSL | No | Enable/disable SSL certificate verification | true |
| ZABBIX_URL | No | Your Zabbix server API endpoint (e.g., https://zabbix.example.com) | |
| ZABBIX_USER | No | Your Zabbix username | |
| ZABBIX_TOKEN | No | Your Zabbix API token | |
| ZABBIX_MCP_HOST | No | Server host (only used when ZABBIX_MCP_TRANSPORT=streamable-http) | 127.0.0.1 |
| ZABBIX_MCP_PORT | No | Server port (only used when ZABBIX_MCP_TRANSPORT=streamable-http) | 8000 |
| ZABBIX_PASSWORD | No | Your Zabbix password | |
| ZABBIX_MCP_TRANSPORT | No | Transport type: stdio (default) or streamable-http | stdio |
| ZABBIX_MCP_STATELESS_HTTP | No | Stateless mode (only used when ZABBIX_MCP_TRANSPORT=streamable-http) | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zabbix_apiA | Zabbix server: https://zabbix.example.com Execute Zabbix API method. |
| zabbix_api_docsA | Get Zabbix API method documentation. Call this BEFORE zabbix_api() if you are unsure about method parameters. Shows required/optional parameters with types and descriptions. |
| zabbix_api_listA | Get available Zabbix API objects and methods. Call this to discover what API methods are available before using zabbix_api(). Returns all objects and methods discovered dynamically from Zabbix API. |
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/mpeirone/zabbix-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server