metoro-io/metoro-mcp-server
Query and interact with kubernetes environments monitored by Metoro
Ads
Overview
Query and interact with kubernetes environments monitored by Metoro
Installation
<your path to Metoro MCP server go executable>/metoro-mcp-server
Configuration
{
"mcpServers": {
"metoro-mcp-server": {
"command": "<your path to Metoro MCP server go executable>/metoro-mcp-server",
"args": [],
"env": {
"METORO_AUTH_TOKEN": "<your auth token>",
"METORO_API_URL": "https://us-east.metoro.io"
}
}
}
}Capabilities
- Get cluster health overview
Ask about the current status of your Kubernetes cluster using `get_cluster_health`.
- List namespaces and services
Retrieve all namespaces or services in your cluster via `get_namespaces` and `get_services`.
- Inspect Kubernetes workloads
Look up details about pods, deployments, or daemonsets with `get_pods`, `get_deployments`, and `get_daemonsets`.
- Query service-to-service communication
See how services interact by fetching the service graph through `get_service_graph`.
- Investigate errors and traces
Examine error patterns or request traces for a service using `get_errors` and `get_traces`.
Tags
- kubernetes
- monitoring
- observability-incident
- devops-infrastructure
- cloud-infrastructure
- awesome-list
Related MCP servers
ingero-io/ingero
eBPF-based GPU causal observability agent with MCP server. Traces CUDA Runtime/Driver APIs and host kernel events to build causal chains explaining GPU latency.
adanb13/cirdan
AI infrastructure cartographer & MCP server: fingerprints, graphs, and watches the live infrastructure an agent can reach (Docker, Kubernetes, cloud, IaC) and detects incidents.
agentkitai/agentlens
Tamper-evident observability for AI agents: a SHA-256 hash-chained audit log with chain verification and signed export (EU AI Act Art. 12). Instrument any agent with zero code via `npx -y @agentlensai/mcp`; also ingests OpenTelemetry GenAI traces.
alilxxey/openobserve-community-mcp
Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license.