Motti/otelcol-mcp
Built by Metorial, the integration platform for agentic AI.
Motti/otelcol-mcp
Server Summary
Dynamically configure OpenTelemetry Collectors
Manage receiver components
Manage processor components
Manage exporter components
Update local resource files from GitHub
Retrieve metadata for available receivers
Retrieve metadata for available processors
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.