metoro-mcp-server
by metoro-io
The Metoro MCP Server allows you to interact with your Kubernetes cluster via the Claude Desktop App. It exposes Metoro's APIs to an LLM so you can ask your AI questions about your Kubernetes cluster.
Last updated: N/A
What is metoro-mcp-server?
The Metoro MCP (Model Context Protocol) Server is a server that allows you to interact with your Kubernetes cluster via the Claude Desktop App. It leverages the Model Context Protocol (MCP) to connect LLMs with the context they need, specifically Metoro's observability data.
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 and API URL (or use 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
Interact with your Kubernetes cluster using natural language
Leverages Metoro's observability data for context
Uses the Model Context Protocol (MCP) for seamless integration with LLMs
Built on top of the Golang MCP SDK
Use cases of metoro-mcp-server
Ask questions about the state of your Kubernetes cluster
Troubleshoot issues in your microservices
Get insights into the performance of your applications
Automate tasks related to Kubernetes management
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 this?
Do I need a Metoro account to use this?
No, you can use the Live Demo Cluster with the included demo token.
Where do I get my Metoro auth token?
Where do I get my Metoro auth token?
You can copy your auth token from your Metoro account in Settings -> Users Settings.
What if I don't have a Metoro account?
What if I don't have a Metoro account?
No worries, you can still play around using the Live Demo Cluster. The included token is a demo token, publicly available for anyone to use.