MCP.so
Sign In

MCP Telemetry

@xprilion

About MCP Telemetry

Observability helps. This MCP server adds tracing to all your conversations on Claude (or suitable MCP client) so that you can trace, understand, debug and report on your all your interactions.

Basic information

Category

Developer Tools

Runtime

python

Transports

stdio

Publisher

xprilion

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "MCP Telemetry": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with",
        "weave",
        "mcp",
        "run",
        "~/mcp-telemetry/server.py"
      ],
      "env": {
        "WANDB_API_KEY": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Telemetry?

MCP Telemetry is a Model Context Protocol server that logs and tracks conversations between users and LLMs, integrating with Weights & Biases Weave for telemetry visualization and analysis.

How to use MCP Telemetry?

Install by adding the provided JSON configuration to your Claude desktop config, setting the WANDB_API_KEY environment variable. The server starts automatically with Claude and logs conversation data, viewable in the Weights & Biases dashboard.

Key features of MCP Telemetry

  • Start tracing sessions with custom identifiers
  • Log user inputs, LLM responses, actions, and tool calls
  • Seamless integration with Weights & Biases Weave
  • Real-time monitoring of conversation flows
  • Export and share conversation analytics

Use cases of MCP Telemetry

  • Trace and analyze conversation flows between users and LLMs
  • Monitor tool usage patterns and response times
  • Track error rates and conversation metadata
  • Share conversation analytics with your team

FAQ from MCP Telemetry

What data does MCP Telemetry log?

MCP Telemetry automatically logs user messages, LLM responses, tool calls and their results, and conversation metadata.

How do I view my telemetry data?

Log in to your Weights & Biases account, navigate to your project, and you'll see visualizations including conversation flows, tool usage patterns, response times, and error rates.

What are the prerequisites for running MCP Telemetry?

You need a Weights & Biases API key from wandb.ai, and the uv command must be available on your system.

How do I start a tracing session?

Prompt Claude to trace a conversation, for example: "Log this conversation with MCP Telemetry, topic will be Cats."

Does MCP Telemetry require any special configuration?

The only required configuration is setting the WANDB_API_KEY environment variable in the Claude desktop config.

Comments

More Developer Tools MCP servers