zabbix-mcp

zabbix-mcp

MCP server to access the Zabbix API, providing tools to list hosts, problems, triggers, items, history, and events.

Category
Visit Server

README

zabbix-mcp

MCP server para acessar a API do Zabbix https://monitor.c15.ligerosmart.com.

Tools expostas

Tool Descrição
zabbix_host_get Lista hosts com filtros (hostids, groupids, status)
zabbix_host_search Busca livre por hosts (name/host/ip + wildcards)
zabbix_problem_get Problems ativos com filtros de severidade/tempo
zabbix_trigger_get Triggers configurados (min_severity, only_true)
zabbix_item_get Items/métricas (filtro por key_)
zabbix_history_get Histórico numérico (itemids, time window)
zabbix_event_get Events (OK/PROBLEM, severities, time window)
zabbix_event_acknowledge Reconhecer eventos

Configuração

Variável Descrição Default
ZABBIX_URL Base URL (sem /api_jsonrpc.php) https://monitor.c15.ligerosmart.com
ZABBIX_TOKEN Token da API direto (env)
ZABBIX_TOKEN_FILE Caminho de um arquivo com o token

O token vem de ZABBIX_TOKEN (tem precedência) ou de ZABBIX_TOKEN_FILE — pelo menos um é obrigatório. Use ZABBIX_TOKEN em deploys só-env (ex.: Swarm/Portainer) e ZABBIX_TOKEN_FILE quando o token vier de um arquivo/secret montado.

Build & Run

npm install
npm run build
npm test

# via arquivo
ZABBIX_TOKEN_FILE=$(pwd)/.token node dist/index.js
# ou via env direto
ZABBIX_URL=https://meu-zabbix ZABBIX_TOKEN=xxxxx node dist/index.js

Uso

Servidor MCP (stdio). Consumido tanto pelo Claude Code (mcpServers em ~/.claude.json) quanto pela imagem ghcr.io/marcelofmatos/mcp-supergateway-node, que expõe o servidor via streamable-HTTP na stack mcp-servers-anton.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured