contextprof

thschroeter/contextprof
★ 0 stars Rust Code/Dev Tools Updated today
A lightweight, drop-in wrapper for profiling MCP server traffic and token usage.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "contextprof": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "contextprof"
      ]
    }
  }
}

README Excerpt

A lightweight, drop-in wrapper for profiling Model Context Protocol (MCP) server traffic and token usage. `contextprof` intercepts standard I/O communication between an LLM host/client and a wrapped MCP server to provide immediate, transparent visibility into payload sizes, latency, and token consumption.

Tools (1)

Tab

Topics

devtoolsllmopsmcpprofilerrusttelemetry