Awesome MCPCloud & DevOps

mpeirone/zabbix-mcp-server

⭐ 253 Python repository created 2025-06-22

Zabbix MCP Server is a Model Context Protocol server that gives an AI client access to the complete Zabbix monitoring API while keeping the tool surface small. Instead of wrapping each of the 100 or more API methods as its own tool, it offers three: zabbix_api executes any Zabbix API method with arbitrary parameters, zabbix_api_docs returns documentation for a given method, and zabbix_api_list enumerates the available API objects and their methods, optionally filtered to one object. The stated benefits of this design are minimal context usage in the language model and automatic support for API methods added in future Zabbix releases. It is compatible with Zabbix 6.0, 6.4, 7.0 and newer. The server is built on FastMCP and the official python-zabbix-utils library and runs under Python 3.10 or later. It can be installed through uvx straight from the repository, run locally with uv, or started from the bundled Docker image and docker compose file. Configuration is entirely through environment variables: ZABBIX_URL plus either an API token or a username and password. Several controls limit what the model can do. READ_ONLY restricts calls to get, version, check and export operations; ZABBIX_API_WHITELIST and ZABBIX_API_BLACKLIST take comma-separated regular expressions that allow or block method names, with the blacklist evaluated first; VERIFY_SSL, a request timeout and a version-check bypass are also configurable. Transport can be stdio or streamable HTTP with configurable host, port and stateless mode. The README documents Claude Code and Claude Desktop configuration, usage examples for host and problem queries and host creation, and troubleshooting for connection, permission and blocked-method errors. Released under GPLv3.

https://github.com/mpeirone/zabbix-mcp-server

mcp-serverzabbixmonitoringobservabilitydevopsfastmcppythondocker

Also in Cloud & DevOps

apache/apisix

Apache APISIX is a high-performance cloud-native API Gateway and AI Gateway that supports Model Context Protocol (MCP) integration through its mcp-bridge plugin, offering dynamic traffic management, security, and observability features.

awslabs/mcp

AWS MCP Servers is a suite of specialized Model Context Protocol servers that integrate AWS best practices and resources into AI-powered development workflows to enhance cloud-native development and infrastructure management.

webiny/webiny-js

Webiny is an open-source, self-hosted headless CMS and framework, built on AWS serverless with AI-assisted development capabilities via an embedded MCP server, designed for large organizations.

modelcontextprotocol/registry

MCP Registry is a community-driven centralized service offering a RESTful API for discovering, managing, and publishing Model Context Protocol (MCP) servers with MongoDB and Docker support.

beclab/Olares

Olares is an open-source personal cloud operating system that enables users to run local AI models and applications with personalized, context-aware AI interactions using a Model Context Protocol-like mechanism, providing a private and secure AI home server environment.

cloudflare/mcp-server-cloudflare

Cloudflare MCP Server is a suite of MCP servers that enable large language model clients to interact with and manage Cloudflare's cloud services through natural language commands, facilitating automation and insights across various domains.

grafana/mcp-grafana

mcp-grafana is an MCP server that provides comprehensive programmatic access to Grafana's dashboards, datasources, alerts, incidents, and on-call management features through MCP clients.

metorial/mcp-containers

MCP Containers offers containerized versions of hundreds of MCP servers, enabling easy, secure, and up-to-date deployment of Model Context Protocol servers for AI integration and experimentation.