1.0.3 • Published 7 months ago

@mcp-stack/proxy v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

mcp-proxy

Implements protocol conversion between SSE and stdio

Read this in other languages: English | 简体中文

Motivation

When either the client or the server does not support a particular protocol, protocol conversion becomes necessary. For example, some typical scenarios include:

  1. Claude or some other clients does not support the SSE protocol.
  2. We want to deploy an MCP Server that only supports STDIO.

Now you can use this tool to solve the problem.

Usage

  • SSE to STDIO
 npx @mcp-stack/proxy stdio-to-sse https://your-mcp-server/sse
  • STDIO to SSE
npx @mcp-stack/proxy sse-to-stdio node /path/to/your/mcp/script.js --port 8080

Behind the Scenes

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago