metoro-mcp-server
Verified Safeby metoro-io
Overview
The Metoro MCP Server allows LLM applications, specifically the Claude Desktop App, to interact with Kubernetes cluster observability data provided by the Metoro platform.
Installation
go build -o metoro-mcp-server && <your path to Metoro MCP server go executable>/metoro-mcp-server (launched via Claude Desktop App with environment variables)Environment Variables
- METORO_API_URL
- METORO_AUTH_TOKEN
Security Notes
The server correctly retrieves API credentials (Metoro API URL and Auth Token) from environment variables, which is a good security practice. Input validation is present for time ranges and metric attributes. There are internal limits on response sizes (e.g., 20 logs, 20 traces, 200KB for profiles) to prevent excessive data consumption. The README provides a publicly available demo token for the Metoro Live Demo Cluster; users must be careful not to confuse this with a personal, secure token when configuring access to their own Metoro accounts.
Similar Servers
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
mcp-k8s
Facilitates natural language interaction and automation for Kubernetes cluster management and Helm operations via the Model Control Protocol (MCP).
mkp
MKP is a Model Context Protocol (MCP) server for Kubernetes, enabling LLM-powered applications to interact with Kubernetes clusters by providing tools for resource listing, getting, applying, deleting, and executing commands.
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.