mcp-log-proxy

emicklei/mcp-log-proxy
★ 28 stars Go 💻 Code/Dev Tools Updated 2mo ago
a web logging proxy for MCP client-server communication
View on GitHub →

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