Back to Home
GOKUL-Kiddzz icon

mcp-server-bridge

by GOKUL-Kiddzz

Overview

Acts as a bridge to forward Model Context Protocol (MCP) JSON-RPC requests received via stdin to an external HTTP/HTTPS server.

Installation

Run Command
npx mcp-http-bridge

Environment Variables

  • MCP_SERVER_URL
  • MCP_AUTH_KEY
  • MCP_LOG_DIR
  • MCP_LOG_ENABLED

Security Notes

The `MCP_AUTH_KEY` has a hardcoded default ('test-token-123') if the environment variable is not set, posing a significant security risk for production deployments. It relies on `MCP_SERVER_URL` pointing to a trusted server and input from stdin being trusted. Log files (`mcp-bridge.log`) could grow indefinitely, but the path is configurable.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-28

Tags

MCPJSON-RPCBridgeNode.jsHTTP Client