Back to Home
LibraxisAI icon

rmcp_mux

Verified Safe

by LibraxisAI

Overview

Multiplexes multiple MCP clients to a single STDIO MCP server process over a Unix socket, providing ID rewriting, initialize caching, fault tolerance, and status reporting.

Installation

Run Command
./target/release/rmcp_mux --socket /tmp/mcp-memory.sock --cmd npx -- @modelcontextprotocol/server-memory --max-active-clients 5 --log-level info

Environment Variables

  • INSTALL_DIR
  • CARGO_HOME
  • MUX_REF
  • MUX_NO_LOCK
  • HOME

Security Notes

The daemon's primary function is to execute an external MCP server process specified by user configuration (`--cmd` and `--args`). If the configuration source (CLI arguments or config file) is compromised, arbitrary commands could be executed on the host system. Communication is limited to local Unix sockets, reducing network attack surface. The `install.sh` script fetches code from GitHub, relying on trust in the source repository.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-05

Tags

MCPRustdaemonmultiplexerJSON-RPCserverdeveloper-tool