awesome-mcp-proxy
Verified Safeby takutakahashi
Overview
Serves as a remote proxy for Model Context Protocol (MCP) servers, offering authentication, authorization, and streamable HTTP transport for various AI-related interactions.
Installation
No command providedSecurity Notes
The project functions as a network-facing proxy server; thus, its overall security depends heavily on the robustness of the implemented authentication/authorization mechanisms and proper network configuration. No immediate critical vulnerabilities like 'eval' or obfuscation were identified from the provided codebase and README snippet. As a boilerplate, production deployment would necessitate thorough security hardening beyond the example configuration.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
mcp-proxy
Acts as a transparent proxy for Model Context Protocol (MCP) servers, allowing switching between stdio, Server-Sent Events (SSE), and Streamable HTTP transports.
Unla
Transforms existing MCP Servers and APIs into MCP protocol-compliant endpoints through configuration, enabling LLM tool calling without code changes.