logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp-supervisor-gateway

Oversee and govern interactions with MCP backend systems, featuring immediate oversight of generative AI operations, comprehensive transaction archival, and sanctioning mechanisms. Facilitates seamless transition among diverse operational profiles without manual configuration file manipulation.

Author

mcp-supervisor-gateway logo

eqtylab

Apache License 2.0

Quick Info

GitHub GitHub Stars 177
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

mcpeqtylabmanageeqtylab mcpmcp servermcp servers

MCP Supervisor Gateway

mcp-supervisor-gateway.org

Synopsis

MCP Supervisor Gateway centralizes command over your Large Language Model's connection points to MCP infrastructure, granting you granular, instantaneous dominion over its transactional output.

📑 Activity Chronology - Review detailed historical records for every request routed through the MCP fabric by the LLM agent.

🛡️ Transaction Veto Power - Grant or withhold permission for individual payload exchanges in real-time as they occur.

🔍 Automated Integrity Screening - Immediate, heuristic evaluation against established security and proprietary data guidelines (Anticipated Feature).

Furthermore, MCP Supervisor Gateway simplifies the administration of disparate MCP endpoint arrangements. Effortlessly pivot between established connection groups without resorting to manual edits of host application configuration manifests.

Engineering

This software suite leverages the Nix package manager ecosystem to maintain a reproducible development environment compatible across Linux and macOS platforms.

Rapid Onboarding - Linux / macOS

  1. Install the Nix package manager: Download Instructions

  2. Activate Nix Flakes capabilities: bash sudo sh -c 'echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf'

  3. Enter the controlled development environment shell: bash nix develop

  4. Compile the production artifact: bash just build-release

  5. Executables (mcp-supervisor-gateway and mcp-supervisor-gateway-proxy) reside in _build/bin/, which is automatically added to the environment PATH within the dev shell context.

Rapid Onboarding - Windows

  1. Secure Git for Windows, ensuring symlink support is enabled (otherwise manual restoration of ./mcp-supervisor-gateway/bindings will be necessary).

  2. Install the Rust toolchain via Rustup.

  3. Install the Node.js runtime environment here.

  4. Install Yarn via npm globally: bash npm install --global yarn

  5. Acquire necessary .dll dependencies. The most straightforward path is installing Visual Studio Community Edition and selecting the C++ build tools workload.

  6. Install the just command runner utility: bash cargo install just

  7. Execute commands from the repository root using git-bash (essential for correct invocation of just scripts).

  8. Compile the production artifact: bash just build-release

Recipe Manifest (Justfile)

present just --list Available recipes: build build-release clean do DIR +RECIPE do-all +RECIPE fmt fmt-check lint readme-check readme-update test

See Also

`