mcp-debug-proxy

ytkoka/mcp-debug-proxy
★ 0 stars Python Security Updated today
A reverse proxy that sits between an MCP client and a third-party remote MCP server for debugging.
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-debug-proxy": {
      "command": "uvx",
      "args": [
        "mcp-debug-proxy"
      ]
    }
  }
}

Or install with pip: pip install mcp-debug-proxy

README Excerpt

A reverse proxy that sits between an MCP client (Claude Desktop, Kiro, etc.) and a **third-party remote MCP server**. It transparently relays traffic, writes a JSONL audit log of every JSON-RPC exchange, and rewrites OAuth discovery metadata so the registration + token legs also pass through the proxy (and get logged).

Tools (8)

ALLOWED_AUTH_HOSTSEVENTS_QUEUE_MAXSIZEEVENTS_STATS_INTERVALHISTORY_SIZELOG_PATHOPEN_UIPROXY_PUBLICUPSTREAM

Topics

mcpmcp-debugmcp-proxymcp-tools