Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Mackerel Server

БесплатноНе проверен

Enables interaction with the Mackerel monitoring platform, providing tools to manage alerts, hosts, dashboards, services, monitors, and traces.

GitHubEmbed

Описание

Enables interaction with the Mackerel monitoring platform, providing tools to manage alerts, hosts, dashboards, services, monitors, and traces.

README

A Model Context Protocol server for interacting with Mackerel.

Configuration

The MCP server can be run either via Docker or npx.

Running via Docker

{
  "mcpServers": {
    "mackerel": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "MACKEREL_APIKEY",
        "ghcr.io/mackerelio-labs/mcp-server:latest"
      ],
      "env": {
        "MACKEREL_APIKEY": "${MACKEREL_APIKEY}"
      }
    }
  }
}

Running via npx

{
  "mcpServers": {
    "mackerel": {
      "command": "npx",
      "args": [
        "-y",
        "@mackerel/mcp-server"
      ],
      "env": {
        "MACKEREL_APIKEY": "${MACKEREL_APIKEY}"
      }
    }
  }
}

Available tools

  • list_alerts - Retrieve alerts.
  • get_alert - Retrieve a specific alert.
  • get_alert_logs - Retrieve logs for a specific alert.
  • list_dashboards - Retrieve dashboards.
  • get_dashboard - Retrieve a specific dashboard.
  • update_dashboard - Update a specific dashboard.
  • list_hosts - Retrieve hosts.
  • get_host_metrics - Retrieve metrics data for a specific host.
  • list_services - Retrieve services.
  • get_service_metrics - Retrieve metrics data for a specific service.
  • list_monitors - Retrieve monitor configurations.
  • get_monitor - Retrieve a specific monitor configuration.
  • get_trace - Retrieve trace data by trace ID for distributed tracing analysis.
  • list_traces: - Search and retrieve traces.
  • list_http_server_stats - Retrieve HTTP server statistics.
  • list_db_query_stats - Retrieve database query statistics.

from github.com/mackerelio-labs/mcp-server

Установка Mackerel Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mackerelio-labs/mcp-server

FAQ

Mackerel Server MCP бесплатный?

Да, Mackerel Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Mackerel Server?

Нет, Mackerel Server работает без API-ключей и переменных окружения.

Mackerel Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Mackerel Server в Claude Desktop, Claude Code или Cursor?

Открой Mackerel Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Mackerel Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development