Loading...
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.
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.