Mackerel MCP Server
OfficialClick on "Install 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: Datadog 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables interaction with Datadog's monitoring platform to search logs, search trace spans, and perform trace span aggregation for analysis.Last updated3912MIT
- Alicense-qualityDmaintenanceEnables integration with Datadog APIs to monitor and retrieve information about monitors, metrics, dashboards, logs, events, and incidents through the Model Context Protocol.Last updated1,758MIT
- AlicenseBqualityFmaintenanceEnables 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.Last updated1376Apache 2.0
- Alicense-qualityCmaintenanceEnables interaction with Metabase through its API, allowing users to list cards, databases, collections, execute queries, and create cards or bookmarks.Last updated5MIT
Related MCP Connectors
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
MCP server for interacting with the Supabase platform
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mackerelio-labs/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server