AgentStack
MCP verified Apache-2.0 Self-run

Mackerelio Labs Mcp Server

mcp-mackerelio-labs-mcp-server · by mackerelio-labs

Local MCP (Model Context Protocol) server for integrating LLMs with Mackerel.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add mcp-mackerelio-labs-mcp-server

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Mackerelio Labs Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Mackerel MCP Server

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.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.