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
npx mcp-http-bridgeEnvironment 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
uml-mcp-server
Image and UML diagram generation via Google Gemini API, exposed as a Model Context Protocol (MCP) server.
node-red-mcp
Integrates AI agents with Node-RED for real-time flow management, monitoring, and dynamic automation.
node-mcp-server
A template for building Model Context Protocol (MCP) compatible servers with support for multiple transport protocols like HTTP, SSE, and standard I/O.
mcp-http-bridge
Bridges STDIO-based Model Context Protocol (MCP) clients to HTTP(S)-based MCP server endpoints, enabling integration with tools like Cursor and Claude Desktop.