{"type":"mcp_server","name":"metoro-mcp-server","description":"This repository hosts the Metoro MCP (Model Context Protocol) Server, enabling interaction with Kubernetes clusters through the Claude Desktop App, facilitating seamless integration between LLM applications and external data sources.","category":"System Tools","language":"Go","stars":50,"forks":5,"owner":"metoro-io","github_url":"https://github.com/metoro-io/metoro-mcp-server","homepage":null,"setup":"## Setup\n\n1. Install the [Claude Desktop App](https://claude.ai/download).\n2. Make sure you have [Golang](https://golang.org/dl/) installed. `brew install go` for mac or `sudo apt-get install golang` for ubuntu.\n3. Clone the repository: `git clone https://github.com/metoro-io/metoro-mcp-server.git`\n4. Navigate to the repository directory: `cd metoro-mcp-server`\n5. Build the server executable: `go build -o metoro-mcp-server`\n\n### If you already have a Metoro Account:\nCopy your auth token from your Metoro account in [Settings](https://us-east.metoro.io/settings) -> Users Settings. \nCreate a file in `~/Library/Application Support/Claude/claude_desktop_config.json` with the following contents:\n```json\n{\n  \"mcpServers\": {\n    \"metoro-mcp-server\": {\n      \"command\": \"<your path to Metoro MCP server go executable>/metoro-mcp-server\",\n      \"args\": [],\n      \"env\": {\n          \"METORO_AUTH_TOKEN\" : \"<your auth token>\",\n          \"METORO_API_URL\": \"https://us-east.metoro.io\"\n       }\n    }\n  }\n}\n```\n\n### If you don't have a Metoro Account:\nNo worries, you can still play around using the [Live Demo Cluster](https://demo.us-east.metoro.io/).\nThe included token is a demo token, publicly available for anyone to use.\n   Create a file in `~/Library/Application Support/Claude/claude_desktop_config.json` with the following contents:\n```json\n{\n  \"mcpServers\": {\n    \"metoro-mcp-server\": {\n      \"command\": \"<your path to Metoro MCP server go executable>/metoro-mcp-server\",\n      \"args\": [],\n      \"env\": {\n          \"METORO_AUTH_TOKEN\" : \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjdXN0b21lcklkIjoiOThlZDU1M2QtYzY4ZC00MDRhLWFhZjItNDM2ODllNWJiMGUzIiwiZW1haWwiOiJ0ZXN0QGNocmlzYmF0dGFyYmVlLmNvbSIsImV4cCI6MTgyMTI0NzIzN30.7G6alDpcZh_OThYj293Jce5rjeOBqAhOlANR_Fl5auw\",\n          \"METORO_API_URL\": \"https://demo.us-east.metoro.io\"\n       }\n    }\n  }\n}\n```\n\n4. Once you are done editing `claude_desktop_config.json` save the file and restart Claude Desktop app.\n5. 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!","tools":"## Available Tools\n\n1.  **Metoro MCP Server** (Allows interaction with your Kubernetes cluster via the Claude Desktop App).\n2.  **Model Context Protocol (MCP)** (Enables seamless integration between LLM applications and external data sources and tools).\n3.  **Metoro Observability Platform** (Designed for microservices running in Kubernetes, using eBPF based instrumentation to generate deep telemetry without code changes).\n4.  **Golang MCP SDK** (Used to build the server).","faq":null,"created_at":"2024-12-08T14:11:07+00:00","updated_at":"2025-03-28T18:28:15+00:00","source_url":"https://model-context-protocol.com/servers/metoro-mcp-server-kubernetes-llm-integration","related_articles":[]}