Back to MCP Directory
Log Proxy
Model Context Protocol low risk

Log Proxy

mcp-log-proxy intercepts and displays messages between an MCP client and server via a web interface, primarily supporting STDIO interfaces for debugging and monitoring.

Connections & Capabilities

Connects To

GitHub

Capabilities

read

Quickstart

Install

brew install emicklei/tap/mcp-log-proxy

Exposed MCP Tools (1)

safe
mcp-log-proxy

Intercepts and displays messages between an MCP client and server via a web interface.

Primarily read-only, monitoring network traffic.

Safety Assessment

The mcp-log-proxy is relatively safe for monitoring MCP traffic, but it's crucial to secure the web interface and log files to prevent unauthorized access to sensitive information. Avoid exposing the web interface to the public internet without proper authentication.

  • Read-only access to MCP messages.
  • No direct modification of the MCP server or client.
  • Web interface is isolated from the MCP server.
  • Can be used to monitor traffic without altering it.
  • Exposure of sensitive MCP messages if the web interface is not properly secured.
  • Potential for information leakage if the log file is not protected.
  • Dependency on the security of the underlying operating system and Go runtime.
  • If the proxy is compromised, it could be used to eavesdrop on MCP communications.