shinzo-ts
by shinzo-labs·★ 67·Score 45
TypeScript SDK providing observability for MCP servers through OpenTelemetry integration.
Overview
The shinzo-ts TypeScript SDK provides comprehensive observability for MCP servers by instrumenting them with OpenTelemetry. It enables developers to gain insights into agent usage patterns, contextualize tool calls, and analyze server performance across different platforms. The SDK integrates seamlessly with any OpenTelemetry ingest service including the Shinzo platform, offering both tracing and metrics capabilities with extensive customization options.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need comprehensive observability for production MCP servers and are already using or planning to use OpenTelemetry for monitoring infrastructure.
When NOT to choose this
Avoid if you're looking for a lightweight solution or if you need vendor-agnostic monitoring without any vendor-specific integrations.
Comparable tools
Installation
pnpm add @shinzolabs/instrumentation-mcpFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"shinzo-observability": {
"command": "npx",
"args": ["@shinzolabs/instrumentation-mcp"]
}
}
}FAQ
- What OpenTelemetry backends are supported?
- The SDK supports any OpenTelemetry ingest service including the Shinzo platform, Prometheus, Grafana, or custom collectors via OTLP.
- Can I customize telemetry data collection?
- Yes, the SDK provides extensive configuration options including custom data processors, PII sanitization, sampling rates, and authentication for the exporter.
Compare shinzo-ts with
Last updated · Auto-generated from public README + GitHub signals.