- Home
- MCP servers
- McpMux
McpMux
- rust
0
GitHub Stars
rust
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
McpMux acts as a local gateway for all MCP servers, letting you manage and access every MCP-enabled tool from a single, secure hub. You configure your MCP servers once, and every client connects through one URL, making management simpler and more secure.
How to use
You install McpMux on your machine and add MCP servers to its registry. Then, in each MCP-enabled client, you point to the McpMux gateway URL. The gateway routes calls to the correct MCP server, refreshes tokens automatically, and keeps credentials encrypted in your system.
How to install
Prerequisites: you need a system with curl available for the quick install and a compatible operating system.
curl -fsSL https://install.mcpmux.com | bash
Other installation methods are provided for different environments. Follow the steps that match your system.
# Debian / Ubuntu (APT repository for automatic updates)
curl -fsSL https://install.mcpmux.com/apt | sudo bash
# Fedora / RHEL (from GitHub Releases)
# Download the latest .rpm
sudo dnf install https://github.com/mcpmux/mcp-mux/releases/latest/download/mcpmux-0.0.12-1.amd64.rpm
# Arch Linux (AUR)
yay -S mcpmux-bin
# AppImage (any distro)
curl -fsSL https://install.mcpmux.com | bash # auto-detects, falls back to AppImage
Getting Started
- Download McpMux for your platform (Windows, macOS, Linux). 2) Add servers by browsing the Discover tab or the web registry and install with one click. 3) Paste the gateway config into your MCP clients to connect them to McpMux.
# Linux quick install
curl -fsSL https://install.mcpmux.com | bash