mcp-proxy
@stephenlacy
关于 mcp-proxy
Fast rust MCP proxy between stdio and SSE
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mCP-Proxy?
mcp-proxy is a Rust bidirectional proxy for the Model Context Protocol that supports SSE and Streamable HTTP transports with OAuth authentication. It is designed for developers who need to connect remote MCP servers to local clients or expose local servers remotely.
How to use mCP-Proxy?
Install via cargo install rmcp-proxy or build from source. Run in remote client mode to connect to a remote server and expose it as a local stdio server, or in local server mode to connect to a local stdio server and expose it as a remote server. Transport is auto-detected (URLs with /sse use SSE; others use Streamable HTTP) or can be overridden with --transport.
Key features of mCP-Proxy
- Multiple transports: SSE and Streamable HTTP
- Full OAuth authentication with automatic token refresh
- Bidirectional proxy (remote to local and local to remote)
- Fast and lightweight, built in Rust
Use cases of mCP-Proxy
- Use a remote MCP server as a local stdio server in Claude or Cursor
- Expose a local MCP server over the network via SSE or Streamable HTTP
- Connect to MCP servers that require OAuth authentication
- Proxy MCP traffic between different transport types
FAQ from mCP-Proxy
What transports does mcp-proxy support?
SSE (Server-Sent Events) and Streamable HTTP.
How does transport detection work?
If the URL contains /sse, SSE is used; all other URLs use Streamable HTTP. You can override with the --transport flag.
How do I clear authentication data?
Use mcp-proxy reset or manually delete the ~/.mcp-auth directory.
What runtime does mcp-proxy require?
Rust and Cargo (install via cargo install rmcp-proxy or build from source with cargo build --release).
How can I control logging verbosity?
Set the RUST_LOG environment variable (e.g., RUST_LOG=error for minimal logging).
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论