metoro-mcp-server
@metoro-io
About metoro-mcp-server
Metoro MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is metoro-mcp-server?
metoro-mcp-server is an MCP (Model Context Protocol) server that enables interaction with your Kubernetes cluster via the Claude Desktop App. It exposes the APIs of Metoro, an eBPF-based observability platform for Kubernetes, to an LLM so you can ask AI questions about your cluster.
How to use metoro-mcp-server?
Install the Claude Desktop App, ensure Go is installed, clone the repository, build the executable with go build -o metoro-mcp-server, then edit your claude_desktop_config.json to set the command path and environment variables METORO_AUTH_TOKEN and METORO_API_URL. Restart Claude Desktop and the server will appear in the MCP servers list.
Key features of metoro-mcp-server
- Exposes Metoro observability APIs to an LLM (Claude)
- Uses eBPF instrumentation for deep telemetry without code changes
- Provides a demo cluster with a public token for testing
- Built with Go and the metoro-io/mcp-golang SDK
- Runs as a subprocess via the Claude Desktop App
Use cases of metoro-mcp-server
- Ask natural language questions about your Kubernetes cluster's performance and health
- Troubleshoot microservices issues using aggregated telemetry data
FAQ from metoro-mcp-server
Do I need a Metoro account to use metoro-mcp-server?
No, you can try it with the provided demo token and demo API URL (https://demo.us-east.metoro.io). To use your own cluster, you need a Metoro account and an auth token from Settings.
What runtime does metoro-mcp-server require?
Go must be installed on your system. You need to build the executable from source using go build.
Where does the query data come from?
Data comes from Metoro's backend, which collects telemetry via eBPF agents running on your Kubernetes nodes. The MCP server queries the Metoro API.
How do I configure the server for the Claude Desktop App?
You edit ~/Library/Application Support/Claude/claude_desktop_config.json (on macOS) to add the metoro-mcp-server entry with the path to the executable and environment variables for authentication and API URL.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments