Awesome MCPGateways

dcSpark/mcp-dockmaster

⭐ 89 Rust repository created 2025-02-21

MCP Dockmaster is a manager for Model Context Protocol servers that presents them as an installable catalogue rather than hand-edited JSON configuration. The project is organised as a monorepo built with Nx and ships four applications: a desktop app built with Tauri and React, a command line interface, an MCP proxy server, and a hello-world example server, on top of shared Rust libraries in libs/mcp-core. Through the desktop app a user browses a store of MCP servers, installs one with a single click, and lets the application register it with the MCP client in use, so Claude Desktop, Cursor or another compatible assistant picks up the new tools without manual configuration. Installed servers can be updated or removed from the same interface, and advanced settings are exposed for users who want to change how a server is launched. The runtime side supports servers distributed as Node.js packages, Python packages and Docker images, so the manager covers the common packaging formats used by the ecosystem. The proxy server component sits between the client and the installed servers, which is what allows a single entry in the client configuration to expose the tools of many servers. Binaries are published for macOS, Windows and Linux, and the repository documents a development setup using npm ci and Nx targets for serving the desktop app and running tests. The project is written mainly in Rust for the backend with a TypeScript and React front end, and is released under the MIT licence. It suits people who use several MCP servers across more than one assistant and want installation, updates and client wiring handled in one place instead of maintaining configuration files by hand.

https://github.com/dcSpark/mcp-dockmaster

mcprusttaurireactdesktop-appproxyserver-managementcli

Also in Gateways

Kong/kong

Kong Gateway is a cloud-native, scalable API gateway that manages API, AI LLM, and Model Context Protocol (MCP) traffic with advanced security, observability, and extensibility features.

alibaba/higress

Higress is a cloud-native AI native API gateway by Alibaba that supports hosting Model Context Protocol (MCP) servers, enabling unified management of AI and LLM APIs with extensible Wasm plugins and enterprise-grade features.

IBM/mcp-context-forge

IBM/mcp-context-forge is a production-grade MCP Gateway that unifies and manages MCP and REST services, providing a secure, scalable, and feature-rich interface for AI clients.

open-webui/mcpo

mcpo is a secure and simple proxy server that exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers, enabling seamless integration with LLM agents and applications.

sparfenyuk/mcp-proxy

mcp-proxy is a proxy server tool that enables communication between MCP servers using stdio and SSE transport protocols, facilitating interoperability within the MCP ecosystem.

metatool-ai/metamcp

MetaMCP is a proxy server that aggregates multiple MCP servers into a unified MCP server endpoint, applies middleware, and hosts these endpoints for seamless integration with MCP clients.

samanhappy/mcphub

MCPHub is a unified management platform that aggregates multiple Model Context Protocol (MCP) servers into streamable HTTP endpoints, providing centralized control, real-time monitoring, secure access, and intelligent tool discovery for efficient AI tool integration.

mcp-ecosystem/mcp-gateway

MCP Gateway is a lightweight, configuration-driven gateway service that converts existing APIs into MCP protocol-compliant endpoints without code changes, supporting Docker and Kubernetes deployments with a built-in management UI.