emicklei/mcp-log-proxy
MCP server proxy that offers a Web UI to the full message flow
Quick Start
Clone the repository:
git clone https://github.com/emicklei/mcp-log-proxyClaude Desktop configuration example:
{
"mcpServers": {
"mcp-log-proxy": {
"command": "npx",
"args": [
"-y",
"emicklei/mcp-log-proxy"
]
}
}
}Check the repository README for specific installation and configuration instructions.