MCP Catalogs
Homeshinzo-ts screenshot

shinzo-ts

by shinzo-labs·67·Score 45

TypeScript SDK providing observability for MCP servers through OpenTelemetry integration.

developer-toolsmonitoringai-llm
8
Forks
6
Open issues
5 mo ago
Last commit
2d ago
Indexed

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:

you:Monitoring and analyzing MCP server performance metrics
you:Tracking agent usage patterns and tool call frequency
you:Debugging tool execution with detailed tracing information
you:What OpenTelemetry backends are supported?
you:Can I customize telemetry data collection?

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

opentelemetry-jsprometheus-nodejselastic-apm-node

Installation

pnpm add @shinzolabs/instrumentation-mcp

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.