Skip to main content
Other Tools and IntegrationsGo

emicklei/mcp-log-proxy

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

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/emicklei/mcp-log-proxy

Claude 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.

Details

Category
Other Tools and Integrations
Language
Go
Author
emicklei