vloex-mcp-proxy
v0.3.2
Published
Vloex MCP Gateway — stdio proxy for MCP tool call governance
Maintainers
Readme
vloex-mcp-proxy
npm distribution of the Vloex MCP Gateway — a stdio proxy that intercepts MCP tool calls for scanning, policy enforcement, and governance.
Installs the native binary for your platform via platform-specific sub-packages (same pattern as esbuild, swc, biome).
Install
npm install -g vloex-mcp-proxyOr as a dev dependency:
npm install --save-dev vloex-mcp-proxy
npx vloex-mcp-proxy --versionSupported platforms
| Platform | Architecture | npm package |
|----------|--------------|-------------|
| macOS | arm64 (Apple Silicon) | vloex-mcp-proxy-darwin-arm64 |
| Linux | x86_64 | vloex-mcp-proxy-linux-x64 |
| Windows | x86_64 | vloex-mcp-proxy-win32-x64 |
npm automatically installs only the package matching your OS and architecture.
For unsupported platforms (macOS Intel, Linux arm64), install via pip:
pip install vloex-mcp-proxyUsage
# Show version
vloex-mcp-proxy --version
# Wrap an MCP server
vloex-mcp-proxy run -- npx -y @modelcontextprotocol/server-filesystem /tmp
# Start the background daemon
vloex-mcp-proxy daemon start
# See full help
vloex-mcp-proxy --helpHow it works
npm installresolvesoptionalDependencies— npm only downloads the sub-package matching your platform (e.g.vloex-mcp-proxy-darwin-arm64on macOS Apple Silicon).- Each sub-package contains a single native binary at
bin/vloex-mcp-proxy. - The main package's bin shim (
bin/vloex-mcp-proxy.js) resolves the platform sub-package at runtime and execs the binary. - Exit codes and stdio are forwarded transparently — MCP stdio relay works identically to the native binary.
Links
- Docs: https://github.com/satyaveerendra/vloex-ai/tree/main/packages/mcp-proxy
- Issues: https://github.com/satyaveerendra/vloex-ai/issues
- PyPI: https://pypi.org/project/vloex-mcp-proxy/
License
Proprietary. All rights reserved. See the main repository for details.
