otelcol-mcp

otelcol-mcp

35

This project is an MCP server specifically designed for configuring OpenTelemetry Collectors. It enables dynamic configuration of components such as receivers, processors, and exporters through MCP tools.

What is the OpenTelemetry Collector MCP Server?

It is a server implementation for configuring OpenTelemetry Collectors, allowing dynamic management of components like receivers, processors, and exporters.

How do I update component information?

Use the 'Update Resources' tool to update local resource files with the latest component information from GitHub.

What license is the MCP server under?

The MCP server is licensed under the GPL-3.0 License, allowing free use, modification, and distribution under its terms.

How can I retrieve component schemas?

Use the 'Component Schemas' resource to retrieve configuration schemas for specific components by specifying the type and optionally the name.

Can I configure the server for local development?

Yes, clone the repository, build the project using the provided scripts, and configure your MCP client to use the local server implementation.