Loading languages...
MC

mcp-proxy

@sparfenyuk1419

A bridge between Streamable HTTP and stdio MCP transports

mcp
proxy
transport
sse
stdio

# mcpServer Config

{
  "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"
    }
  }
}

# stdio

mcp-proxy
Transport:
stdio
sse
streamable
Язык:
Python
Создано:12/26/2024
Обновлено:7/31/2025
Домашняя страница: