mcp-server-gateway

vypdev/mcp-server-gateway
★ 0 stars Unknown language AI/LLM Updated today
Secure MCP gateway and Docker node architecture for Coolify-hosted infrastructure agents
View on GitHub → 🔍 Audit Wallet Slippage →

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-server-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "vypdev/mcp-server-gateway"
      ]
    }
  }
}

README Excerpt

A per-host MCP server for giving Hermes and OpenClaw controlled access to remote lab servers. The gateway is deployed **on the server it manages**. It is not a central aggregator running on the current Hermes/OpenClaw host. ```text Hermes/OpenClaw on ai-core │ ├── MCP Server Gateway on NAS01 ├── MCP Server Gateway on Lab01