MCP.so
ログイン

mcp-proxy

@sparfenyuk

mcp-proxy について

A bridge between Streamable HTTP and stdio MCP transports

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

sparfenyuk

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-proxy": {
      "command": "uv",
      "args": [
        "tool",
        "install",
        "mcp-proxy"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-proxy?

mcp-proxy is a tool that switches between MCP server transports, converting stdio to SSE/StreamableHTTP or SSE to stdio. It allows clients like Claude Desktop to communicate with remote SSE servers and enables remote access to local stdio servers.

How to use mcp-proxy?

Install via pip install mcp-proxy or use the Docker image `ghcr

コメント

「その他」の他のコンテンツ