mcp-log-proxy

emicklei/mcp-log-proxy
★ 28 stars Go Code/Dev Tools Updated 5mo ago ✗ Risk
a web logging proxy for MCP client-server communication
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-log-proxy": {
      "command": "go",
      "args": [
        "run",
        "github.com/emicklei/mcp-log-proxy@latest"
      ]
    }
  }
}

Topics

debuggolangmcp-servermcp-tools