mcp-server-http-streamable-b4j
Verified Safeby pyhoon
Overview
To enable HTTP streamable/SSE transport for Claude Desktop, which typically only supports stdio, by using a local proxy/bridge via the mcp-remote utility.
Installation
npx mcp-remote http://127.0.0.1:8080/mcpSecurity Notes
The provided source code consists solely of a README and a configuration file. No direct executable code is present for analysis within this repository. The `claude_desktop_config.json` specifies running `npx mcp-remote`, an external npm package. The security of the overall setup depends heavily on the trustworthiness and implementation of the `mcp-remote` package itself, which is not part of this repository's source code. The server it configures `mcp-remote` to connect to is set to `127.0.0.1:8080`, limiting network exposure to localhost.
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.
Workshop-MCP-Server-Directions-Lab
This server integrates with Microsoft Dynamics 365 Business Central to expose its data and functionality as MCP tools for Claude Desktop, enabling AI-powered interactions with ERP data.