Back to directory
mcp-proxy

mcp-proxy

@sparfenyuk2432

A bridge between Streamable HTTP and stdio MCP transports

mcpproxytransportssestdiotool

Installation & Configuration

{
  "mcpServers": {
    "fetch": {
      "enabled": true,
      "timeout": 60,
      "command": "uvx",
      "args": [
        "mcp-server-fetch"
      ],
      "transportType": "stdio"
    },
    "github": {
      "timeout": 60,
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
      },
      "transportType": "stdio"
    }
  }
}

Information

Transport
stdiossestreamable
Language
Python
Created
2024/12/26
Updated
2026/6/7