Back to Home
Zoey-Labs icon

mcpx

Verified Safe

by Zoey-Labs

Overview

Bridges stdio-based Model Context Protocol (MCP) clients to HTTP-based MCP servers, translating between standard input/output and HTTP requests.

Installation

Run Command
npx @zoeylabs/mcpx

Environment Variables

  • MCP_URL
  • MCP_API_KEY
  • MCP_USE_BEARER
  • MCP_TIMEOUT
  • MCP_INSECURE
  • MCP_DEBUG

Security Notes

The code is minimal and uses standard Node.js features for network communication. Configuration is handled via environment variables, with no hardcoded secrets. The `MCP_INSECURE` flag allows users to disable SSL certificate validation for development, which is an explicit opt-in and not a vulnerability in the bridge itself. The primary security consideration is ensuring the `MCP_URL` points to a trusted MCP server, as the bridge forwards all client requests to it.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-14

Tags

MCPProtocol BridgeNode.jsAPI GatewayDeveloper Tool