Back to Home
LibraxisAI icon

rmcp_mux

Verified Safe

by LibraxisAI

Overview

Manage multiple Model Context Protocol (MCP) servers from a single process, multiplexing client connections, providing features like ID rewriting, caching, auto-restart, and a TUI dashboard.

Installation

Run Command
rmcp-mux --config mux.toml

Environment Variables

  • HOME
  • BRAVE_API_KEY
  • SLED_PATH

Security Notes

The source code demonstrates good practices against common vulnerabilities like path traversal by using `fs::canonicalize` for path sanitization. No hardcoded secrets or malicious patterns (e.g., `eval`) were found. The primary security consideration is that the server's core function is to execute user-defined commands (`cmd` and `args` in `mux.toml`). If a malicious actor gains control over the `mux.toml` configuration file, they could configure `rmcp-mux` to execute arbitrary commands on the system. Therefore, the security relies heavily on the trustworthiness of the configuration source.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-26

Tags

MCPServer MultiplexerUnix SocketsRustDaemonTUI