Back to directory
mcp-log-proxy

mcp-log-proxy

@emicklei15

a web logging proxy for MCP client-server communication

loggingproxyMCPtool

Installation & Configuration

{
  "mcpServers": [
    {
      "name": "melrose-mcp",
      "command": "/Users/SOME-USER/go/bin/mcp-log-proxy",
      "args": [
        "-command",
        "/Users/SOME-USER/go/bin/melrose-mcp -log /Users/SOME-USER/Library/Logs/claude-melrose.log",
        "-log",
        "/Users/SOME-USER/Library/Logs/claude-melrose-proxy.log",
        "-port",
        "7788",
        "-title",
        "Claude Melrose MCP"
      ]
    },
    {
      "name": "browsermcp",
      "command": "/Users/SOME-USER/go/bin/mcp-log-proxy",
      "args": [
        "-command",
        "npx @browsermcp/mcp@latest",
        "-log",
        "/Users/SOME-USER/Library/Logs/claude-browsermcp-proxy.log",
        "-port",
        "7799",
        "-title",
        "Claude Browser MCP"
      ]
    },
    {
      "name": "Melrose-MCP",
      "command": "/Users/SOME-USER/go/bin/mcp-log-proxy",
      "args": [
        "-command",
        "/Users/SOME-USER/go/bin/melrose-mcp",
        "-log",
        "/Users/SOME-USER/Library/Logs/goose-melrose.log",
        "-port",
        "8888",
        "-title",
        "Melrose-MCP"
      ]
    }
  ]
}

Information

Transport
stdio
Language
Go
Created
2025/7/23
Updated
2025/7/23