Instrumentation
Freeby MCP Community
OpenTelemetry instrumentation for MCP servers
v1.1.0Added Apr 12, 2026
mcpopentelemetryobservabilityanalyticstelemetry
Instrumentation MCP Server
OpenTelemetry instrumentation for MCP servers
Installation
Reviews
Installation
Quick install
npx -y @shinzolabs/instrumentation-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"instrumentation": {
"command": "npx",
"args": ["-y", "@shinzolabs/instrumentation-mcp"]
}
}
}