服务器
mcp-proxy
@sparfenyuk
A bridge between Streamable HTTP and stdio MCP transports
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-proxy": {
"command": "uv",
"args": [
"tool",
"install",
"mcp-proxy"
]
}
}
}