mcp-gateway

DonCaton/mcp-gateway
★ 0 stars PowerShell 🌐 Browser/Web Updated 4d ago
Web-UI with MCP Tools server
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": {
      "command": "npx",
      "args": [
        "-y",
        "DonCaton/mcp-gateway"
      ]
    }
  }
}

README Excerpt

set OLLAMA_VULKAN=1 set OLLAMA_SCHED_SPREAD=1 set OLLAMA_DEBUG=1 c:\ollama serve And in web ui set up context: set parameter num_ctx to 32768 in general advanced config docker run -d ` -p 3000:8080 ` --add-host=host.docker.internal:host-gateway ` -v open-webui:/app/backend/data ` --name open-webui ` --restart always ` --network mcp-network ` ghcr.io/open-webui/open-webui:main

Topics

mcp-gatewaymcp-serverplaywrightweb-ui