metoro-mcp-server
Official
メトロMCPサーバー
このリポジトリには、Metoro MCP(モデルコンテキストプロトコル)サーバーが含まれています。このMCPサーバーを使用すると、Claudeデスクトップアプリを介してKubernetesクラスターと対話できます。
MCP (モデルコンテキストプロトコル) とは何ですか?
モデルコンテキストプロトコルの詳細については、こちらをご覧ください: https://modelcontextprotocol.io
しかし、一言で言えば
モデルコンテキストプロトコル(MCP)は、LLMアプリケーションと外部データソースおよびツールとのシームレスな統合を可能にするオープンプロトコルです。AI搭載IDEの構築、チャットインターフェースの拡張、カスタムAIワークフローの作成など、MCPはLLMと必要なコンテキストを接続する標準化された方法を提供します。
Related MCP server: OpenTelemetry MCP Server
Metrooとは何ですか?
Metoroは、Kubernetesで実行されるマイクロサービス向けに設計された可観測性プラットフォームです。eBPFベースのインストルメンテーションを使用することで、コードを変更することなく詳細なテレメトリを生成します。eBPFエージェントによって生成されたデータは、Metoroのバックエンドに送信され、保存されます。また、Metoroのフロントエンドでは、APIを介してMetoroに送信されます。
この MCP サーバーはこれらの API を LLM に公開し、Kubernetes クラスターに関する質問を AI に尋ねることができるようにします。
デモ
https://github.com/user-attachments/assets/b3f21e9a-45b8-4c17-8d8c-cff560d8694f
Metoro MCP サーバーはどのように使用すればよいですか?
Claude デスクトップ アプリをインストールします。
Golangがインストールされていることを確認してください。Mac の場合は
brew install go、Ubuntu の場合はsudo apt-get install golang。リポジトリをクローンします:
git clone https://github.com/metoro-io/metoro-mcp-server.gitリポジトリディレクトリに移動します:
cd metoro-mcp-serverサーバー実行ファイルをビルドする:
go build -o metoro-mcp-server
すでにMetoroアカウントをお持ちの場合:
Metoroアカウントの「設定」 ->「ユーザー設定」から認証トークンをコピーします。 ~/Library/Application Support/Claude/claude_desktop_config.jsonに以下の内容のファイルを作成します。
{
"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"
}
}
}
}Metrooアカウントをお持ちでない場合:
ご安心ください。Live Demo Clusterを使って試してみることができます。付属のトークンはデモトークンで、誰でも使用できます。 ~/Library/Application Support/Claude/claude_desktop_config.jsonに以下の内容のファイルを作成してください。
{
"mcpServers": {
"metoro-mcp-server": {
"command": "<your path to Metoro MCP server go executable>/metoro-mcp-server",
"args": [],
"env": {
"METORO_AUTH_TOKEN" : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjdXN0b21lcklkIjoiOThlZDU1M2QtYzY4ZC00MDRhLWFhZjItNDM2ODllNWJiMGUzIiwiZW1haWwiOiJ0ZXN0QGNocmlzYmF0dGFyYmVlLmNvbSIsImV4cCI6MTgyMTI0NzIzN30.7G6alDpcZh_OThYj293Jce5rjeOBqAhOlANR_Fl5auw",
"METORO_API_URL": "https://demo.us-east.metoro.io"
}
}
}
}claude_desktop_config.json編集が完了したら、ファイルを保存し、Claude Desktop アプリを再起動します。ClaudeデスクトップアプリのMCPサーバーのドロップダウンリストにMetoro MCPサーバーが表示されるようになりました。これで、ClaudeデスクトップアプリでMetoro MCPサーバーを使い始める準備が整いました。
で構築
このサーバーは、Golang MCP SDK上に構築されています。
This server cannot be deployed
Maintenance
Related MCP Connectors
Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server.
- SuperlogOAuthsh.superlog
Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents.
- SpanlyOAuthcom.spanly
MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.
Analytics for MCP servers. Query your tool calls, first-call success, retries and schema cost.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables interactive Kubernetes cluster monitoring and troubleshooting through natural language queries. Users can diagnose pod issues, check service status, and investigate cluster problems using conversational AI.-
- FlicenseAqualityDmaintenanceEnables AI agents to query Prometheus metrics and Loki logs for intelligent alert investigation and troubleshooting. Provides service discovery, metric querying, log searching, and correlation tools to help identify root causes of issues.9-
- AlicenseAqualityCmaintenanceConnects AI assistants to Warpmetrics telemetry data to monitor AI agent performance, execution runs, and LLM costs. It allows users to query success rates, latency, and spend metrics directly through natural language interfaces.2023 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Monti APM for Meteor application performance monitoring.7 npm5MIT