fast-mcp-gateway

niradler/fast-mcp-gateway
★ 0 stars Python 🔒 Security Updated today
A lean, FastMCP-based gateway that turns a registry of upstream MCP servers into one governed, namespaced MCP endpoint mounted on FastAPI.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

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

README Excerpt

A lean Python package that mounts on **FastAPI** and turns a registry of upstream **MCP servers** into one governed, namespaced MCP endpoint. The core stays thin; everything cross-cutting — auth, policy, human-in-the-loop, redaction, audit, cost limits — is a **hook function** you pass at mount time, or a **plugin** that bundles

Tools (12)

GETHookMiddlewarePOSTPUTconfirmationenable_credential_redactionenable_prompt_injectionenable_response_scanpost_tool_callpre_list_toolspre_mcp_connectpre_tool_call