mcp-mux

thebtf/mcp-mux
★ 0 stars Go 🤖 AI/LLM Updated today
Transparent stdio multiplexer for MCP servers — share one upstream across multiple Claude Code sessions
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-mux": {
      "command": "go",
      "args": [
        "run",
        "github.com/thebtf/mcp-mux@latest"
      ]
    }
  }
}