Skip to content

Observability

Free

by MCP Community

Lightweight telemetry SDK for MCP servers and web applications. Captures HTTP requests, MCP tool invocations, business events, and UI interactions with built-in

v0.6.0Added Apr 12, 2026
mcpobservabilitytelemetrymodel-context-protocolanalytics
Works with:ClaudeGPTGeminiCopilot

Observability MCP Server

Lightweight telemetry SDK for MCP servers and web applications. Captures HTTP requests, MCP tool invocations, business events, and UI interactions with built-in

Installation

npx -y @listo-ai/mcp-observability

Reviews

Leave a Review

Installation

Quick install
npx -y @listo-ai/mcp-observability
Add to claude_desktop_config.json
{
  "mcpServers": {
    "observability": {
      "command": "npx",
      "args": ["-y", "@listo-ai/mcp-observability"]
    }
  }
}