Thank you Stephen Lacy for creating this excellent tool!
Tip for stdio client mode
When using mcp-proxy as a client (particularly as a child process for MCP clients like Claude), I found that the logging output can interfere with the clean stdio communication.
A simple solution is to set the environment variable RUST_LOG=off to disable all logging:
It might be helpful to mention this tip in the README for other users with similar use cases,
or perhaps consider adding a --quiet flag in the future.
SET RUST_LOG=off
mcp-proxy http://example.com/sse
Thank you Stephen Lacy for creating this excellent tool!
Tip for stdio client mode
When using mcp-proxy as a client (particularly as a child process for MCP clients like Claude), I found that the logging output can interfere with the clean stdio communication.
A simple solution is to set the environment variable
RUST_LOG=offto disable all logging:It might be helpful to mention this tip in the README for other users with similar use cases,
or perhaps consider adding a --quiet flag in the future.