GitHub 仓库

sparfenyuk/mcp-proxy

Python 首次收录 2024-12-26 更新于 2026-07-16 查看源 ↗

GitHub 仓库 中按Star排名第 420 / 共 783

2.7k Star

A bridge between Streamable HTTP and stdio MCP transports

项目介绍

The mcp-proxy is a tool that lets you switch between server transports. There are two supported modes:

Run a proxy server from stdio that connects to a remote SSE server.

This mode allows clients like Claude Desktop to communicate to a remote server over SSE even though it is not supported natively.

This mode requires providing the URL of the MCP Server's SSE endpoint as the program’s first argument. If the server uses Streamable HTTP transport, make sure to enforce it on the mcp-proxy side by passing --transport=streamablehttp.

mcp-proxy is supposed to be started by the MCP Client, so the configuration must be done accordingly.

For Claude Desktop, the configuration entry can look like…

摘自 github.com/sparfenyuk/mcp-proxy

最新指标

Star 2.7k 2026-07-16
Fork 243 2026-07-16
提交 115 2026-07-16
发布 18 2026-07-16
Watcher 14 2026-07-16
开放 issue 38 2026-07-16
开放 PR 14 2026-07-16