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 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mlops
visengerA curated list of references for MLOps
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论