Back to MCP Servers

Log Proxy

MCP server proxy that offers a Web UI to the full message flow

other-tools-and-integrations

Installation

npx -y mcp-log-proxy

Configuration

{
  "mcpServers": {
    "mcp-log-proxy": {
      "command": "npx",
      "args": ["-y", "mcp-log-proxy"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub