mcp-gateway
Verified Safeby joydeep2024
Overview
A simple HTTP proxy designed for monitoring and debugging requests and responses flowing between an MCP client and an MCP server.
Installation
python http_proxy.pyEnvironment Variables
- TARGET_BASE
Security Notes
The proxy logs all incoming requests and outgoing responses (including bodies) to standard output, which can expose sensitive data if not run in a controlled, secure environment. It acts as a man-in-the-middle, but does not add any inherent security features like input validation or sanitization for forwarded content, relying on the target server for security. It is explicitly designed for debugging and not for production use with sensitive data or untrusted clients.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
metamcp
MetaMCP acts as an MCP proxy to dynamically aggregate multiple MCP servers into a single unified MCP server endpoint, enabling middleware application and customized tool access for coding agents.
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
lunar
The Lunar MCP Server acts as an HTTP proxy, designed to intercept, analyze, and manage API traffic within a Python environment, applying policies for caching, throttling, queueing, and collecting data for observability.