OpenTelemetry Model Context Protocol (MCP) Server to enable your LLM be an OTEL expert.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"opentelemetry-mcp-se": {
"command": "go",
"args": [
"run",
"github.com/pavolloffay/opentelemetry-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add opentelemetry-mcp-se go run github.com/pavolloffay/opentelemetry-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"opentelemetry-mcp-se": {
"command": "go",
"args": [
"run",
"github.com/pavolloffay/opentelemetry-mcp-server@latest"
]
}
}
}