MCP Directory
Back

mcp-gateway

by lasso-security · Python · ★ 377

A plugin-based gateway that orchestrates other MCPs and allows developers to build upon it enterprise-grade agents.

#agent#agent-security#gateway#gen-ai#genai#genai-security#generative-ai#mcp#mcp-client#mcp-security#mcp-server#proxy#python

Install

pip install git+https://github.com/lasso-security/mcp-gateway.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-gateway": {
      "command": "uvx",
      "args": [
        "git+https://github.com/lasso-security/mcp-gateway.git"
      ]
    }
  }
}

From the README

# MCP Gateway MCP Gateway is an advanced intermediary solution for Model Context Protocol (MCP) servers that centralizes and enhances your AI infrastructure. MCP Gateway acts as an intermediary between LLMs and other MCP servers. It: 1. 📄 Reads server configurations from a file located in your root directory. 2. ⚙️ Manages the lifecycle of configured MCP servers. 3. 🛡️ Intercepts requests and responses to sanitize sensitive information. 4. 🔗 Provides a unified interface for discovering and interacting with all proxied MCPs. 5. 🔒 **Security Scanner** - Analyzes server reputation and sec…
Read full README on GitHub →

Related ai & ml servers