https://github.com/metoro-io/metoro-mcp-server
Metoro MCP Server
https://github.com/metoro-io/metoro-mcp-server
Last synced: 6 months ago
JSON representation
Metoro MCP Server
- Host: GitHub
- URL: https://github.com/metoro-io/metoro-mcp-server
- Owner: metoro-io
- License: mit
- Created: 2024-12-08T14:11:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T14:05:53.000Z (6 months ago)
- Last Synced: 2025-03-26T15:25:59.374Z (6 months ago)
- Language: Go
- Size: 148 KB
- Stars: 25
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - metoro-io/metoro-mcp-server - An MCP server to query and interact with Kubernetes environments monitored by Metoro, integrating Kubernetes monitoring with MCP. ([Read more](/details/metoro-iometoro-mcp-server.md)) `kubernetes` `monitoring` `cloud-native` `integration` (Cloud & DevOps MCP Servers)
- awesome-mcp-list - metoro-io/metoro-mcp-server - io/metoro-mcp-server?style=social)](https://github.com/metoro-io/metoro-mcp-server): Queries and interacts with Kubernetes environments monitored by Metoro. (Uncategorized / Uncategorized)
- awesome-mcp-servers - metoro-io/metoro-mcp-server - Query and interact with kubernetes environments monitored by Metoro (Legend / 📊 <a name="monitoring"></a>Monitoring)
- awesome-mcp-servers - metoro-io/metoro-mcp-server - Query and interact with kubernetes environments monitored by Metoro (Legend / 📊 <a name="monitoring"></a>Monitoring)
- awesome-mcp-servers - Metoro - Query and interact with kubernetes environments monitored by Metoro (Official Servers)
- awesome-mcp-servers - **metoro-mcp-server** - Metoro MCP Server (Go-based) `http` `kubernetes` `git` `github` `go` `go install metoro-io/metoro-mcp-server@latest` (Monitoring)
- awesome-mcp-servers - **metoro-mcp-server** - Metoro MCP Server (Go-based) (actively maintained) `http` `kubernetes` `git` `github` `go` `go install metoro-io/metoro-mcp-server@latest` (Monitoring)
- awesome-mcp-servers - Metoro - Query and interact with kubernetes environments monitored by Metoro (📈 <a name="monitoring"></a>Monitoring)
- Awesome-MCP-Servers-directory - Metoro - Query and interact with Kubernetes environments monitored by Metoro (Monitoring)
- Awesome-Official-MCP-Servers - Metoro - io/metoro-mcp-server?style=social) | Query and interact with kubernetes environments monitored by Metoro | | (官方 MCP 服务器列表)
- awesome-mcp-servers - metoro-io/metoro-mcp-server - Metoroによって監視されるKubernetes環境をクエリおよび対話 (サーバー実装 / 📊 <a name="monitoring"></a>監視)
- awesome-mcp-servers - Metoro MCP Server - Connects LLMs to Kubernetes clusters via the Claude Desktop App, using Metoro's observability data (Table of Contents / AI Services)
- awesome-mcp-servers - Metoro MCP Server - Connects LLMs to Kubernetes clusters via the Claude Desktop App, using Metoro's observability data (Table of Contents / AI Services)
- Awesome-Official-MCP-Servers - Metoro - io/metoro-mcp-server?style=social) | Query and interact with kubernetes environments monitored by Metoro | | (官方 MCP 服务器列表)
- mcp-index - Metoro MCP Server - Interact with Kubernetes clusters through Metoro's APIs via the Claude Desktop App. Facilitates communication between AI models and Kubernetes management operations. (Business Tools)
- awesome-ai-tools - Metoro - Query and interact with Kubernetes environments monitored by Metoro (MCP Servers / 📈 Monitoring)
README
![]()







[](https://pkg.go.dev/github.com/metoro-io/metoro-mcp-server)
[](https://goreportcard.com/report/github.com/metoro-io/metoro-mcp-server)
# metoro-mcp-server
This repository contains th Metoro MCP (Model Context Protocol) Server. This MCP Server allows you to interact with your Kubernetes cluster via the Claude Desktop App!## What is MCP (Model Context Protocol)?
You can read more about the Model Context Protocol here: https://modelcontextprotocol.ioBut in a nutshell
> The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you’re building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.## What is Metoro?
[Metoro](https://metoro.io/) is an observability platform designed for microservices running in Kubernetes and uses eBPF based instrumentation to generate deep telemetry without code changes.
The data that is generated by the eBPF agents is sent to Metoro's backend to be stored and in the Metoro frontend using our apis.This MCP server exposes those APIs to an LLM so you can ask your AI questions about your Kubernetes cluster.
## Demo
https://github.com/user-attachments/assets/b3f21e9a-45b8-4c17-8d8c-cff560d8694f
## How can I use Metoro MCP Server?
1. Install the [Claude Desktop App](https://claude.ai/download).
2. Make sure you have [Golang](https://golang.org/dl/) installed. `brew install go` for mac or `sudo apt-get install golang` for ubuntu.
3. Clone the repository: `git clone https://github.com/metoro-io/metoro-mcp-server.git`
4. Navigate to the repository directory: `cd metoro-mcp-server`
5. Build the server executable: `go build -o metoro-mcp-server`### If you already have a Metoro Account:
Copy your auth token from your Metoro account in [Settings](https://us-east.metoro.io/settings) -> Users Settings.
Create a file in `~/Library/Application Support/Claude/claude_desktop_config.json` with the following contents:
```json
{
"mcpServers": {
"metoro-mcp-server": {
"command": "/metoro-mcp-server",
"args": [],
"env": {
"METORO_AUTH_TOKEN" : "",
"METORO_API_URL": "https://us-east.metoro.io"
}
}
}
}
```### If you don't have a Metoro Account:
No worries, you can still play around using the [Live Demo Cluster](https://demo.us-east.metoro.io/).
The included token is a demo token, publicly available for anyone to use.
Create a file in `~/Library/Application Support/Claude/claude_desktop_config.json` with the following contents:
```json
{
"mcpServers": {
"metoro-mcp-server": {
"command": "/metoro-mcp-server",
"args": [],
"env": {
"METORO_AUTH_TOKEN" : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjdXN0b21lcklkIjoiOThlZDU1M2QtYzY4ZC00MDRhLWFhZjItNDM2ODllNWJiMGUzIiwiZW1haWwiOiJ0ZXN0QGNocmlzYmF0dGFyYmVlLmNvbSIsImV4cCI6MTgyMTI0NzIzN30.7G6alDpcZh_OThYj293Jce5rjeOBqAhOlANR_Fl5auw",
"METORO_API_URL": "https://demo.us-east.metoro.io"
}
}
}
}
```4. Once you are done editing `claude_desktop_config.json` save the file and restart Claude Desktop app.
5. You should now see the Metoro MCP Server in the dropdown list of MCP Servers in the Claude Desktop App. You are ready to start using Metoro MCP Server with Claude Desktop App!## Built with
This server is built on top of our [Golang MCP SDK](https://github.com/metoro-io/mcp-golang).