npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

vloex-mcp-proxy

v0.3.2

Published

Vloex MCP Gateway — stdio proxy for MCP tool call governance

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-proxy

Or as a dev dependency:

npm install --save-dev vloex-mcp-proxy
npx vloex-mcp-proxy --version

Supported 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-proxy

Usage

# 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 --help

How it works

  1. npm install resolves optionalDependencies — npm only downloads the sub-package matching your platform (e.g. vloex-mcp-proxy-darwin-arm64 on macOS Apple Silicon).
  2. Each sub-package contains a single native binary at bin/vloex-mcp-proxy.
  3. The main package's bin shim (bin/vloex-mcp-proxy.js) resolves the platform sub-package at runtime and execs the binary.
  4. 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.