mcp-tool-telemetry

allenheltondev/mcp-tool-telemetry
★ 1 stars TypeScript 📦 Other Updated 1y ago
POC for tracking MCP server tool usage with Kestra
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool-telemetry": {
      "command": "npx",
      "args": [
        "-y",
        "allenheltondev/mcp-tool-telemetry"
      ]
    }
  }
}