Instrumentation
Freeby MCP Community
MCP (Model Context Protocol) Instrumentation
v0.24.0Added Apr 12, 2026
opentelemetrynodejstracingmcpmodel-context-protocol
Instrumentation MCP Server
MCP (Model Context Protocol) Instrumentation
Installation
Reviews
Installation
Quick install
npx -y @traceloop/instrumentation-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"instrumentation": {
"command": "npx",
"args": ["-y", "@traceloop/instrumentation-mcp"]
}
}
}