Skip to main content
Glama

Zabbix MCP Server

by mchlkim
.gitignore608 B
# OS-specific .DS_Store Thumbs.db # Python bytecode/cache __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ env/ # Tooling/IDE .vscode/ .idea/ .ruff_cache/ .mypy_cache/ .pytest_cache/ .tox/ .coverage .coverage.* coverage.xml htmlcov/ # Logs and temp files *.log logs/ *.tmp *.swp *.swo *~ # Environment / secrets (do not commit local env files) .env .env.* .envrc .direnv/ # Build artifacts build/ dist/ *.egg-info/ pip-wheel-metadata/ # Jupyter .ipynb_checkpoints/ # Node (if present in workspace) node_modules/ # MCP local cache (none by default, placeholder for safety) .mcp/

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/mchlkim/zabbix-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server