metoro-mcp-server
by metoro-io
This repository contains the Metoro MCP (Model Context Protocol) Server. This MCP Server allows you to interact with your Kubernetes cluster via the Claude Desktop App!
Last updated: N/A
What is metoro-mcp-server?
The Metoro MCP Server exposes Metoro's APIs to an LLM, enabling you to ask questions about your Kubernetes cluster through the Claude Desktop App. It leverages the Model Context Protocol (MCP) to seamlessly integrate with external data sources and tools.
How to use metoro-mcp-server?
- Install the Claude Desktop App. 2. Install Golang. 3. Clone the repository. 4. Navigate to the repository directory. 5. Build the server executable. 6. Configure the
claude_desktop_config.json
file with your Metoro auth token or the demo token. 7. Restart Claude Desktop App. 8. Select the Metoro MCP Server in the Claude Desktop App.
Key features of metoro-mcp-server
Integration with Claude Desktop App
Interaction with Kubernetes cluster via LLM
Uses Model Context Protocol (MCP)
Exposes Metoro APIs
Uses Golang MCP SDK
Use cases of metoro-mcp-server
Ask questions about your Kubernetes cluster using AI
Troubleshoot issues in your Kubernetes environment
Gain insights into your microservices running in Kubernetes
Integrate LLMs with your Kubernetes observability data
FAQ from metoro-mcp-server
What is MCP?
What is MCP?
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools.
What is Metoro?
What is Metoro?
Metoro is an observability platform designed for microservices running in Kubernetes and uses eBPF based instrumentation to generate deep telemetry without code changes.
Do I need a Metoro account to use the MCP server?
Do I need a Metoro account to use the MCP server?
No, you can use the Live Demo Cluster with a publicly available demo token.
What is the Golang MCP SDK?
What is the Golang MCP SDK?
The Golang MCP SDK is a library that simplifies the development of MCP servers in Go.
Where do I find my Metoro auth token?
Where do I find my Metoro auth token?
You can find your auth token in your Metoro account under Settings -> Users Settings.