metoro-io_metoro-mcp-server
The Metoro MCP Server is an open-source implementation of the Model Context Protocol that allows seamless interaction with Kubernetes clusters through the Claude Desktop App. It acts as an interface between LLMs and microservices in Kubernetes, enabling advanced observability through the Metoro platform.
metoro-mcp-server
This repository contains the Metoro MCP (Model Context Protocol) Server, which allows interaction with your Kubernetes cluster via the Claude Desktop App.
What is MCP?
The Model Context Protocol (MCP) enables seamless integration between LLM applications and external data sources and tools. It provides a standardized way to connect LLMs with the necessary context.
What is Metoro?
Metoro is an observability platform designed for microservices in Kubernetes, using eBPF based instrumentation to generate telemetry without code changes. This server exposes APIs to an LLM for querying Kubernetes clusters.
How to Use
- Install the Claude Desktop App.
- Ensure Golang is installed.
- Clone the repository.
- Build the server executable.
- Configure your auth token in Claude Desktop configuration and start using the Metoro MCP Server.