OpenTelemetry Collector MCP Server
@mottibec
关于 OpenTelemetry Collector MCP Server
The OTEL MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"otelcol": {
"url": "http://localhost:3001/sse"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OpenTelemetry Collector MCP Server?
An MCP server that enables dynamic configuration of OpenTelemetry Collectors through tools and resources. It is designed for developers and operators who need to manage receiver, processor, and exporter components programmatically.
How to use OpenTelemetry Collector MCP Server?
Configure your MCP client by adding an entry to mcp.json with the server URL (e.g., http://localhost:3001/sse). Then use the provided tools to update component information and access resource URIs for receivers, processors, exporters, and component schemas.
Key features of OpenTelemetry Collector MCP Server
- Dynamic OpenTelemetry Collector configuration via MCP tools
- Component management for receivers, processors, and exporters
- Update Resources tool to refresh component data from GitHub
- Browse available components through receiver, processor, and exporter resources
- Retrieve configuration schemas for any supported component
Use cases of OpenTelemetry Collector MCP Server
- Automatically update local component catalogs from the OpenTelemetry GitHub repository
- Programmatically add, remove, or configure receivers, processors, and exporters in a collector
- Explore available components and their schemas to build valid configuration files
- Integrate OpenTelemetry Collector management into larger MCP‑based workflows
FAQ from OpenTelemetry Collector MCP Server
What does the OpenTelemetry Collector MCP Server do?
It provides tools and resources to dynamically configure an OpenTelemetry Collector, manage its components, and update component metadata from GitHub.
How do I configure it for use?
Add the server URL (http://localhost:3001/sse) under mcpServers in your MCP client’s mcp.json file.
What tools does it provide?
The server offers an Update Resources tool that refreshes local files with the latest component information from GitHub, returning statistics about updated receivers, processors, and exporters.
What resources are available?
Resources include receivers://receivers, processors://processors, and exporters://exporters for listing components, plus component://{type}/{name} for retrieving schemas of specific components.
What license is it under?
The server is licensed under the GPL-3.0 License, granting rights to use, modify, and distribute the software under that license’s terms.
开发工具 分类下的更多 MCP 服务器
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Grafana MCP server
grafanaMCP server for Grafana
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论