mcp-http-bridge
Verified Safeby arunshenoy99
Overview
Bridges STDIO-based Model Context Protocol (MCP) clients to HTTP(S)-based MCP server endpoints, enabling integration with tools like Cursor and Claude Desktop.
Installation
npx -y @arunshenoy99/mcp-http-bridgeEnvironment Variables
- MCP_ENDPOINT
Security Notes
The project explicitly states 'Zero dependencies - uses only Node.js built-ins', which significantly reduces supply chain attack surface. Sensitive configuration (custom headers) is managed via environment variables. No 'eval' or obfuscation found. As a bridge, its security is primarily dependent on the upstream MCP endpoint it connects to.
Similar Servers
mcp-proxy
Acts as a transparent proxy for Model Context Protocol (MCP) servers, allowing switching between stdio, Server-Sent Events (SSE), and Streamable HTTP transports.
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
mcp-proxy
A TypeScript streamable HTTP and SSE proxy for MCP servers that use stdio transport.
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.