Metoro

v1.0.0Monitoring & Observabilitystable

Query and interact with kubernetes environments monitored by Metoro. Look at APM, metrics, traces, profiling information with LLMs.

metoromcpai-integration
Share:
50
Stars
0
Downloads
0
Weekly
0/5

What is Metoro?

Metoro is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to query and interact with kubernetes environments monitored by metoro. look at apm, metrics, traces, profiling information with llms.

Query and interact with kubernetes environments monitored by Metoro. Look at APM, metrics, traces, profiling information with LLMs.

This server falls under the Monitoring & Observability category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Query and interact with kubernetes environments monitored by

Use Cases

Query Kubernetes environments monitored by Metoro. Analyze APM, metrics, traces, and profiling with LLMs.
metoro-io

Maintainer

LicenseMIT License
Languagego
Versionv1.0.0
UpdatedMay 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx metoro

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Metoro

The Metoro MCP Server bridges Claude Desktop with Metoro's Kubernetes observability platform, giving AI assistants direct access to APM data, distributed traces, metrics, and profiling information collected from your microservices via eBPF instrumentation. Instead of navigating dashboards, you can ask natural language questions about cluster health, diagnose latency spikes, or correlate traces with deployment changes. It's built for platform engineers and SREs who want to speed up incident investigation and root cause analysis in Kubernetes environments.

Prerequisites

  • Go 1.21+ installed (to build the server from source)
  • A Metoro account with an auth token (or use the public demo token for testing)
  • Your Metoro API URL (e.g. https://us-east.metoro.io)
  • An MCP client such as Claude Desktop
  • Kubernetes clusters already monitored by Metoro with eBPF agents deployed
1

Clone and build the Metoro MCP server

The server is written in Go and must be compiled locally. Clone the repository and build the binary.

git clone https://github.com/metoro-io/metoro-mcp-server.git
cd metoro-mcp-server
go build -o metoro-mcp-server .
2

Obtain your Metoro auth token and API URL

Log in to your Metoro account and find your auth token in the account settings. Note your regional API URL (e.g. https://us-east.metoro.io). For testing without an account, a public demo token is available in the repository README.

3

Note the path to the compiled binary

After building, note the absolute path to the binary. You can optionally move it to a stable location like /usr/local/bin/metoro-mcp-server.

# Find the binary
pwd
# Output: /Users/yourname/metoro-mcp-server
# The binary is at: /Users/yourname/metoro-mcp-server/metoro-mcp-server
4

Configure Claude Desktop to launch the server

Add the Metoro server to claude_desktop_config.json with your auth token and API URL. Use the absolute path to the compiled binary as the command.

{
  "mcpServers": {
    "metoro-mcp-server": {
      "command": "/absolute/path/to/metoro-mcp-server",
      "env": {
        "METORO_AUTH_TOKEN": "your_auth_token_here",
        "METORO_API_URL": "https://us-east.metoro.io"
      }
    }
  }
}
5

Restart Claude Desktop and verify

Restart Claude Desktop after saving the configuration. The Metoro server should appear in the MCP servers list. Ask a question about your cluster to confirm the connection.

Metoro Examples

Client configuration

Claude Desktop configuration entry for the Metoro MCP server using a locally compiled Go binary.

{
  "mcpServers": {
    "metoro-mcp-server": {
      "command": "/usr/local/bin/metoro-mcp-server",
      "env": {
        "METORO_AUTH_TOKEN": "your_metoro_auth_token",
        "METORO_API_URL": "https://us-east.metoro.io"
      }
    }
  }
}

Prompts to try

Example natural language queries for investigating Kubernetes environments via Metoro.

- "What is the error rate for the payment-service in the last hour?"
- "Show me the slowest traces from the checkout service today"
- "Which pods have been restarting most frequently in the production namespace?"
- "What changed in my cluster around 3pm yesterday?"
- "Find the root cause of the latency spike in the API gateway"

Troubleshooting Metoro

Build fails with 'go: command not found'

Install Go 1.21+ from https://go.dev/downloads and ensure the Go binary is on your PATH. Run 'go version' to confirm before retrying the build.

Authentication error or empty results from the server

Verify that METORO_AUTH_TOKEN is correct and that METORO_API_URL matches your account's region. Tokens are region-specific — a token from us-east will not work against eu-west endpoints.

Server starts but Claude shows no Kubernetes data

Confirm that your Kubernetes clusters have Metoro's eBPF agents deployed and are actively sending telemetry. Check the Metoro dashboard directly to verify data is flowing before expecting results through the MCP server.

Frequently Asked Questions about Metoro

What is Metoro?

Metoro is a Model Context Protocol (MCP) server that query and interact with kubernetes environments monitored by metoro. look at apm, metrics, traces, profiling information with llms. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Metoro?

Follow the installation instructions on the Metoro GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Metoro?

Metoro works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Metoro free to use?

Yes, Metoro is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Monitoring & Observability MCP Servers

Explore all monitoring & observability servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "metoro": { "command": "npx", "args": ["-y", "metoro"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Metoro?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides