metoro-mcp-server
@metoro-io
关于 metoro-mcp-server
Metoro MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is metoro-mcp-server?
metoro-mcp-server is an MCP (Model Context Protocol) server that enables interaction with your Kubernetes cluster via the Claude Desktop App. It exposes the APIs of Metoro, an eBPF-based observability platform for Kubernetes, to an LLM so you can ask AI questions about your cluster.
How to use metoro-mcp-server?
Install the Claude Desktop App, ensure Go is installed, clone the repository, build the executable with go build -o metoro-mcp-server, then edit your claude_desktop_config.json to set the command path and environment variables METORO_AUTH_TOKEN and METORO_API_URL. Restart Claude Desktop and the server will appear in the MCP servers list.
Key features of metoro-mcp-server
- Exposes Metoro observability APIs to an LLM (Claude)
- Uses eBPF instrumentation for deep telemetry without code changes
- Provides a demo cluster with a public token for testing
- Built with Go and the metoro-io/mcp-golang SDK
- Runs as a subprocess via the Claude Desktop App
Use cases of metoro-mcp-server
- Ask natural language questions about your Kubernetes cluster's performance and health
- Troubleshoot microservices issues using aggregated telemetry data
FAQ from metoro-mcp-server
Do I need a Metoro account to use metoro-mcp-server?
No, you can try it with the provided demo token and demo API URL (https://demo.us-east.metoro.io). To use your own cluster, you need a Metoro account and an auth token from Settings.
What runtime does metoro-mcp-server require?
Go must be installed on your system. You need to build the executable from source using go build.
Where does the query data come from?
Data comes from Metoro's backend, which collects telemetry via eBPF agents running on your Kubernetes nodes. The MCP server queries the Metoro API.
How do I configure the server for the Claude Desktop App?
You edit ~/Library/Application Support/Claude/claude_desktop_config.json (on macOS) to add the metoro-mcp-server entry with the path to the executable and environment variables for authentication and API URL.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论