Get the FREE Ultimate OpenClaw Setup Guide →

metoro

Metoro MCP Server

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio metoro-io-metoro-mcp-server go build -o metoro-mcp-server

How to use

Metoro MCP Server exposes API endpoints that allow Claude to query and interact with your Kubernetes cluster’s observability data, as collected by Metoro’s eBPF-based instrumentation. The server is designed to be built from source and then run as a standalone executable, which Claude can connect to using the provided MCP configuration. Once running, you can ask the Claude Desktop App questions about cluster metrics, workload telemetry, and service observability, and the MCP server will translate those requests into API calls against Metoro’s backend to fetch the relevant data.

To use, install Claude Desktop and ensure you have Golang installed to build the server from source. After building, launch the metoro-mcp-server executable. In Claude’s settings, point the MCP server configuration to this executable and provide any necessary authentication details (if you have a Metoro account) or use the included demo configuration for testing. The server communicates with Metoro’s API endpoints and Kubernetes observability data, enabling natural-language queries like the health of a deployment, the latency of a service, or eBPF-driven telemetry patterns across microservices.

How to install

Prerequisites:

  • Git
  • Go (Golang) toolchain installed on your system
  • Optional: Claude Desktop app for testing within Claude’s UI

Installation steps:

  1. Clone the repository: git clone https://github.com/metoro-io/metoro-mcp-server.git
  2. Change into the repository directory: cd metoro-mcp-server
  3. Build the MCP server binary: go build -o metoro-mcp-server
  4. Run the server: ./metoro-mcp-server

If you prefer not to build locally, you can adapt the process to your environment by using a container or other deployment method once the binary is produced. When running, configure Claude Desktop to point to the metoro-mcp-server executable in your local environment or deployment pipeline.

Additional notes

Notes and tips:

  • If you have a Metoro account, you can supply METORO_AUTH_TOKEN and METORO_API_URL in Claude’s local config to enable authenticated access to your account’s data.
  • A demonstration setup is available via the included Live Demo Cluster, which uses a public demo token; replace this with your own token and API URL for production use.
  • The configuration in Claude Desktop is stored at your user’s Library/Application Support/Claude/claude_desktop_config.json and should include an entry for the metoro-mcp-server with the appropriate command path to the built executable and environment variables as needed.
  • Ensure network access from Claude/Desktop to Metoro’s backend endpoints and to the Kubernetes cluster you intend to observe.
  • If you encounter issues connecting, verify that the binary is executable and that the environment variables (METORO_AUTH_TOKEN, METORO_API_URL) are correctly set in Claude’s config.

Related MCP Servers

Sponsor this space

Reach thousands of developers