stephenlacy/mcp-proxy
Fast rust MCP proxy between stdio and SSE
This tool helps developers connect different types of servers and clients that speak the Model Context Protocol (MCP). It takes an MCP data stream from a remote source and makes it available locally, or takes a local MCP server and exposes it over the network. Developers can use this to bridge communication between their local development environments and remote AI services like Claude or Cursor.
No commits in the last 6 months.
Use this if you need to connect an MCP-compatible client to an MCP server, whether local or remote, and require robust transport and authentication handling.
Not ideal if your application does not use the Model Context Protocol (MCP) or you do not need to proxy communication between different environments.
Stars
28
Forks
9
Language
Rust
License
MIT
Category
Last pushed
Jun 25, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/stephenlacy/mcp-proxy"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
hyper-mcp-rs/hyper-mcp
📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
Cyfrin/aderyn
Solidity Static Analyzer that easily integrates into your editor
Roblox/studio-rust-mcp-server
Standalone Roblox Studio MCP Server
microsoft/wassette
Wassette: A security-oriented runtime that runs WebAssembly Components via MCP
rust-mcp-stack/rust-mcp-sdk
A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.