# sparfenyuk/mcp-proxy

A bridge between Streamable HTTP and stdio MCP transports

Repository: https://github.com/sparfenyuk/mcp-proxy
Canonical: https://ross.abutalabs.com/products/mcp-proxy
Language: Python
License: MIT
License Family: permissive
Topics: mcp, mcp-server, proxy, sse, streamable-http
Last push: 2026-07-20T21:05:47+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 84, longevity 43
- inputs: {"age_days": 615, "days_push": 44, "days_rel": 111, "gap_med": 19, "n_releases_24m": 18}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2729, forks 257 (observed 2026-08-28T04:07:16.022021+00:00)

## What it is
A Python CLI tool that bridges MCP (Model Context Protocol) transports, converting between stdio and SSE/Streamable HTTP. It lets MCP clients like Claude Desktop talk to remote MCP servers whose transport they don't natively support, and vice versa.

## Use cases
- connect Claude Desktop to a remote MCP server over SSE
- expose a local stdio MCP server over HTTP
- proxy MCP requests to a remote server with custom auth headers
- bridge streamable HTTP MCP servers to stdio-only clients
- run MCP servers in Docker and connect them to desktop clients

## When to choose
- you need to connect an MCP client and server that use incompatible transports
- you want to add authentication headers when reaching a remote MCP server
- you need a lightweight, MIT-licensed, pip- or Docker-installable MCP bridge

## When to avoid
- you need a general-purpose HTTP reverse proxy, not an MCP-specific one
- your client and server already share a compatible MCP transport
- you need a GUI-managed MCP gateway with multi-tenant features

## Facets
- artifact type: cli-tool
- maturity: active
- function: mcp, proxy, http-server, http-client, developer-tools
- domain: large-language-models, developer-tools, apis
- platform: python, cli, cross-platform
- tags: mcp-proxy, stdio, sse, streamable-http, transport-bridge, claude-desktop, ai-agents, docker

## Member repositories
- sparfenyuk/mcp-proxy (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:16.022021+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:14:42.725106+00:00, confidence not recorded.
  - readme: https://github.com/sparfenyuk/mcp-proxy (fetched 2026-08-28T04:07:16.022021+00:00, sha 4313d612690a)
  - registry_pypi: https://pypi.org/pypi/mcp-proxy/json (fetched 2026-08-29T09:57:47.828691+00:00, sha f05cf419b1a3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
