Back to Home
metoro-io icon

metoro-mcp-server

Verified Safe

by metoro-io

Overview

Enables AI (LLM) interaction with Kubernetes observability data provided by the Metoro platform for monitoring and troubleshooting microservices.

Installation

Run Command
./metoro-mcp-server

Environment Variables

  • METORO_API_URL
  • METORO_AUTH_TOKEN

Security Notes

The server uses standard Go libraries for HTTP requests and JSON processing. Authentication is handled via METORO_AUTH_TOKEN environment variable, which is good practice. Input arguments for tools are defined via Go structs with JSON schema tags, mitigating direct injection risks. The `CalculateTimeRange` utility includes a check to prevent excessively long queries (over 30 days) in a production environment. There are no `eval` or similar dynamic code execution functions identified. Response sizes are limited for profiles and logs to prevent resource exhaustion. As an API client, its security profile is also dependent on the security of the remote Metoro API it interacts with.

Similar Servers

Stats

Interest Score43
Security Score8
Cost ClassMedium
Avg Tokens750
Stars45
Forks12
Last Update2025-12-10

Tags

KubernetesObservabilityeBPFLLMMetoroMonitoringMicroservices