소개
Mcp Remote acts as a bridge, allowing MCP clients that are limited to local stdio connections to communicate with remote MCP servers that require authentication. This tool is designed for environments where client-side support for remote, authorized MCP servers is not yet fully implemented. It supports custom headers, various transport strategies (SSE, HTTP), and provides workarounds for client-specific bugs. It is a working proof-of-concept and should be considered experimental.
주요 기능
- Supports MCP Authorization specification.
- Includes troubleshooting and debugging guides.
- Connects stdio-only MCP clients to remote servers.
- Offers custom header support for authentication.
- Provides different transport strategies (SSE, HTTP) for server communication.
- 351 GitHub stars
사용 사례
- Using MCP clients that only support stdio with remote MCP servers.
- Bypassing authentication issues with custom headers.
- Testing and debugging remote MCP server connections.