Skip to content

Core

Free

by MCP Community

Observability for MCP servers

v0.1.4Added Apr 12, 2026
mcpanalyticsinstrumentation
Works with:ClaudeGPTGeminiCopilot

Core MCP Server

Observability for MCP servers

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @hopperd-sdk/core
Add to claude_desktop_config.json
{
  "mcpServers": {
    "core": {
      "command": "npx",
      "args": ["-y", "@hopperd-sdk/core"]
    }
  }
}