mcp-server-and-gw

mcp-server-and-gw

81

The MCP Gateway, Server, and Client project provides a solution to connect Claude Desktop with remote servers through a bridge that utilizes stdio and HTTP Server-Sent Events endpoints. It facilitates faster iterations for development by allowing independent server and client setups.

MCP Gateway, Server, and Client

A bridge that allows Claude Desktop to connect to remote servers using stdio to HTTP SSE (Server-Sent Events) endpoints.

Features

  • Connects stdio to HTTP SSE endpoints
  • Allows configuration through Claude

Usage

  • Install using npm or run with npx.
  • Add configuration into Claude Desktop.
  • Start server and client for development.

Example

  • Develop SSE server independently from Claude Desktop.
  • Example client and server scripts available.