
MCP Gateway
by 7j89a
Enterprise-grade MCP proxy with security guardrails, PII masking, and real-time monitoring.
What it does
MCP Gateway acts as a centralized intermediary between LLMs and multiple MCP servers. It orchestrates server lifecycles, provides a unified interface for discovery, and implements critical security layers to sanitize requests and responses, preventing sensitive data leakage.
Tools
get_metadata: Provides information about all available proxied MCPs to help LLMs choose appropriate tools.run_tool: Executes capabilities from any proxied MCP after applying security sanitization.
Installation
Install via pip:
pip install mcp-gateway
Configure in claude_desktop_config.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "mcp-gateway",
"args": ["--mcp-json-path", "/path/to/mcp.json", "-p", "basic"]
}
}
}
Supported hosts
- claude
- cursor
Quick install
pip install mcp-gatewayInformation
- Pricing
- free
- Published
- 4/11/2026
- stars






