Back to MCP Servers
Log Proxy
MCP server proxy that offers a Web UI to the full message flow
other-tools-and-integrations
By emicklei
Installation
npx -y mcp-log-proxyConfiguration
{
"mcpServers": {
"mcp-log-proxy": {
"command": "npx",
"args": ["-y", "mcp-log-proxy"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes