Mackerel MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mackerel MCP Servershow current alerts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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}"
}
}
}
}Related MCP server: metabase-mcp-server
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Monitor websites, APIs, and servers: create monitors, triage incidents, and query uptime stats.
Manage Cronitor monitors and send telemetry pings — list, inspect, create, update, delete.
Set up uptime monitoring from your editor: create checks, configure alerts, query uptime history.
Access New Relic observability data through MCP - query metrics, logs, traces, entities, and more
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with Datadog's monitoring and observability platform through the MCP protocol. Supports incident management, monitor status checks, log searches, metrics queries, APM traces, dashboard access, RUM analytics, host management, and downtime scheduling.135 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Metabase through its API, allowing users to list cards, databases, collections, execute queries, and create cards or bookmarks.5MIT
- FlicenseNot gradedqualityCmaintenanceProvides comprehensive access to the New Relic observability platform through 55 MCP tools, enabling APM, infrastructure, logs, traces, alerts, dashboards, synthetics, workflows, notifications, service levels, tags, entities, and workloads via a single GraphQL endpoint.-
- FlicenseNot gradedqualityCmaintenanceProvides MCP tools for Cisco Meraki Dashboard API, enabling management of networks, configuration templates, and health checks via natural language commands.-