mezmo-mcp
Verified Safeby mezmo
Overview
Enables AI assistants and IDE chat agents to interact with the Mezmo observability platform for streamlined log analysis and root-cause analysis.
Installation
AUTH_HEADER="Bearer <SERVICE KEY>" npx mcp-remote https://mcp.mezmo.com/mcp --header "Authorization:${AUTH_HEADER}"Environment Variables
- AUTH_HEADER
Security Notes
The provided source code is primarily the README and client configuration examples. The actual server's implementation source code is not available for audit, as it's described as a 'remote' server. Client-side setup involves passing a Mezmo Service Key as a Bearer token over HTTPS to `https://mcp.mezmo.com/mcp`. The `npx mcp-remote` bridge requires trust in the `mcp-remote` npm package. No 'eval', obfuscation, or obvious malicious patterns found in the provided text. Mezmo Service Key is a sensitive credential and needs to be managed securely by the user.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
ros2_mcp
Enables AI agents (e.g., Copilot, Claude) to interact with and analyze ROS 2 systems by providing tools for topic, service, and action management.
signoz-mcp-server
Integrates SigNoz observability data, including metrics, traces, logs, alerts, and dashboards, with AI assistants and LLMs for natural language querying and management.
mcp-victorialogs
The Model Context Protocol (MCP) server for VictoriaLogs provides an interface for AI clients to interact with VictoriaLogs APIs and documentation, enabling querying logs, exploring data, viewing instance parameters, and accessing log statistics.