mcp-msgdump

prasad-a-abhishek/mcp-msgdump
★ 0 stars Python Browser/Web Updated today
Zero-dependency MCP server and CLI that proxies, inspects, and analyzes JSON-RPC message streams between MCP clients and servers
View on GitHub → 🔍 Audit Wallet Slippage →

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-msgdump": {
      "command": "uvx",
      "args": [
        "mcp-msgdump"
      ]
    }
  }
}

Or install with pip: pip install mcp-msgdump

README Excerpt

**Zero-dependency MCP server and CLI that proxies, inspects, and analyzes JSON-RPC message streams between MCP clients and servers.** > A passive MCP proxy that lets you see every JSON-RPC message crossing the wire — in CI, headless environments, or embedded in test suites. ```bash pip install git+https://github.com/prasad-a-abhishek/mcp-msgdump.git

Tools (2)

AnalysisReportFILE