ME

Metoro

Created 6 months ago

Metoro MCP Server allows interaction with Kubernetes clusters via the Claude Desktop App.

development Kubernetes MCP observability microservices

What is Metoro?

Query and interact with kubernetes environments monitored by Metoro

Documentation

How to use Metoro MCP Server

  1. Install the Claude Desktop App.
  2. Ensure you have Golang installed.
  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 -> Users Settings. Create a file in ~/Library/Application Support/Claude/claude_desktop_config.json with the following contents:

{
  "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:

You can use the Live Demo Cluster with a demo token. Create a file in ~/Library/Application Support/Claude/claude_desktop_config.json with the following contents:

{
  "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"
      }
    }
  }
}

Once you save the file and restart the Claude Desktop app, you should see the Metoro MCP Server in the dropdown list of MCP Servers.

Server Config

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

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Metoro Team
Category: official
License: MIT
Tags:
development Kubernetes MCP