Autotel
Freeby MCP Community
OpenTelemetry instrumentation for Model Context Protocol (MCP) with distributed tracing support
v29.0.0Added Apr 12, 2026
opentelemetryotelmcpmodel-context-protocoldistributed-tracing
Autotel MCP Server
OpenTelemetry instrumentation for Model Context Protocol (MCP) with distributed tracing support
Installation
Reviews
Installation
Quick install
npx -y autotel-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"autotel": {
"command": "npx",
"args": ["-y", "autotel-mcp"]
}
}
}