mcp-server
Verified Safeby mackerelio-labs
Overview
This server allows AI agents to interact with the Mackerel monitoring and APM platform by exposing its API functionalities as Model Context Protocol tools.
Installation
npx -y @mackerel/mcp-serverEnvironment Variables
- MACKEREL_APIKEY
Security Notes
The server correctly handles the Mackerel API key via an environment variable (`MACKEREL_APIKEY`), avoiding hardcoded secrets. There is no usage of 'eval' or any clear obfuscation. Error handling includes a token limit check for responses, which helps prevent excessively large payloads. Standard external API integrations always carry some inherent risks, but best practices are followed.
Similar Servers
mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI.
prometheus-mcp
A Model Context Protocol (MCP) server that enables AI agents and CLI users to query and discover metrics from Prometheus, with built-in features like retries, caching, and an optional metrics exporter.
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.
mcp-playground
A web-based developer tool for testing, inspecting, and debugging Model Context Protocol (MCP) servers, supporting OAuth integration, request logging, and interactive execution of tools, resources, and prompts.