OpenTelemetry Collector MCP Server
An MCP server implementation for configuring OpenTelemetry Collectors.
Features
- Dynamic OpenTelemetry Configuration: Configure OpenTelemetry Collectors through MCP tools
- Component Management: Add, remove, and configure receivers, processors, and exporters
Tools
- Update Resources
- Updates local resource files with the latest component information from GitHub
- No input parameters required
- Returns statistics about updated components (receivers, processors, exporters)
Resources
Receivers (
receivers://receivers)- Lists all available OpenTelemetry receivers
- Returns receiver metadata including name, description, and stability
Processors (
processors://processors)- Lists all available OpenTelemetry processors
- Returns processor metadata including name, description, and stability
Exporters (
exporters://exporters)- Lists all available OpenTelemetry exporters
- Returns exporter metadata including name, description, and stability
Component Schemas (
component://{type}/{name})- Retrieves configuration schema for specific components
- Supports listing all available schemas or getting a specific component’s schema
- Parameters:
type: Component type (“receiver”, “processor”, or “exporter”)name: Name of the specific component (optional)
Configuration
Usage with mcp clients
Add this to your mcp.json:
{
"mcpServers": {
"otelcol": {
"url": "http://localhost:3001/sse"
}
}
}
Development
This is a local implementation of an MCP server for OpenTelemetry configuration. To use it:
- Clone the repository
- Build the project using the provided build scripts
- Configure your MCP client to use the local server implementation
License
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.
OpenTelemetry Collector Configuration Server
Project Details
- mottibec/otelcol-mcp
- GNU General Public License v3.0
- Last Updated: 4/13/2025
Categories
Recomended MCP Servers
MCP Documentation Management Service - A Model Context Protocol implementation for documentation management
MCP Interface for Video Jungle
A zero-configuration tool for automatically exposing FastAPI endpoints as Model Context Protocol (MCP) tools.
MCP Server for Ghidra
MCP Server to interact with Monday.com boards and items
Model Context Protocol (MCP) Server for Mistral OCR API
Model Context Protocol server for managing Amazon DynamoDB resources
This MCP server provides tools for interacting with Cloudflare Browser Rendering, allowing you to fetch and process web...
An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.





