Loading...

Metoro MCP Server exposes Kubernetes observability data from the Metoro platform to LLMs, enabling AI-driven insights into cluster performance and health.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Metoro MCP Server exposes Kubernetes observability data from the Metoro platform to LLMs, enabling AI-driven insights into cluster performance and health.
The Metoro MCP Server is relatively safe for read-only access to cluster data. However, the risk of information disclosure and prompt injection should be carefully considered, especially in sensitive environments. Ensure the Metoro auth token is securely managed.
Performance depends on the Metoro API's responsiveness and the size of the Kubernetes cluster. Large clusters may result in slower response times.
Cost is primarily associated with Metoro platform usage and API call volume. Consider Metoro's pricing model when using this MCP server in production.
brew install go{
"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"
}
}
}
}get_metricsRetrieves performance metrics for Kubernetes resources.
Read-only operation; retrieves existing data.
list_podsLists the pods running in a Kubernetes cluster.
Read-only operation; lists existing resources.
get_servicesRetrieves information about services in the Kubernetes cluster.
Read-only operation; retrieves existing data.
get_deploymentsRetrieves information about deployments in the Kubernetes cluster.
Read-only operation; retrieves existing data.
Token
cloud
The Metoro MCP Server is relatively safe for read-only access to cluster data. However, the risk of information disclosure and prompt injection should be carefully considered, especially in sensitive environments. Ensure the Metoro auth token is securely managed.
The Metoro MCP Server is designed for read-only access to Kubernetes observability data, limiting the risk of unintended modifications.
Production Tip
Monitor the Metoro API usage and error rates to ensure the MCP server is functioning correctly in production.
MCP is an open protocol that enables seamless integration between LLM applications and external data sources and tools.
Metoro is an observability platform designed for microservices running in Kubernetes, using eBPF based instrumentation.
You can copy your auth token from your Metoro account in Settings -> Users Settings.
Yes, you can use the Live Demo Cluster with the included demo token.
You can access Kubernetes observability data, such as metrics, pod lists, service information, and deployment details.
It depends on your security requirements. Consider the risk of information disclosure and ensure your API token is securely managed.
No, the Metoro MCP Server is designed for read-only access to Kubernetes observability data.