mcp-gateway-server

globalpocket/mcp-gateway-server
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
A stateless MCP gateway that acts as a secure facade for AI agents. It intelligently filters backend tools, exposes safely abstracted "virtual tools" via static configuration, and transparently bridges stdio clients to HTTP/SSE servers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-gateway-server": {
      "command": "uvx",
      "args": [
        "mcp-gateway-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-gateway-server

Topics

ai-agentsasynciofastapigatewaykongllmmcpmodel-context-protocolproxypythonssestdio