An MCP server implementation that enables dynamic configuration of OpenTelemetry Collectors, allowing users to add, remove, and configure receivers, processors, and exporters through MCP tools.
An MCP server implementation for configuring OpenTelemetry Collectors.
Receivers (receivers://receivers
)
Processors (processors://processors
)
Exporters (exporters://exporters
)
Component Schemas (component://{type}/{name}
)
type
: Component type ("receiver", "processor", or "exporter")name
: Name of the specific component (optional)Add this to your mcp.json
:
{ "mcpServers": { "otelcol": { "url": "http://localhost:3001/sse" } } }
This is a local implementation of an MCP server for OpenTelemetry configuration. To use it:
This MCP server is licensed under the GPL-3.0 License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the GPL-3.0 License. For more details, please see the LICENSE file in the project repository.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!