Labsco
tidewave-ai logo

mcp-proxy

โ˜… 121

from tidewave-ai

A standalone proxy to connect STDIO-based MCP clients with HTTP (SSE) based MCP servers.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

mcp-proxy

A standalone binary for connecting STDIO based MCP clients to HTTP (SSE) based MCP servers.

Note: the proxy supports both SSE according to the 2024-11-05 as well as streamable HTTP according to the 2025-03-26 specification. It may happen though that the connecting client does not support the version sent by the server.

Building from scratch

The proxy is built in Rust. If you have Rust and its tools installed, the project can be built with cargo:

Copy & paste โ€” that's it
cargo build --release

Then, the binary will be located at target/release/mcp-proxy.