Client / AI tool using MCP (if applicable): Claude Code
Description
From my understanding, the MCP server only works with HTTP CONNECT proxies (http[s].proxyHost). SOCKS5 proxies are ignored, even when configured via -DsocksProxyHost
In our team, our WFH workflow rlies on SOCKS5 tunnels (ssh -D tunnels to reach internal SonarQube instances from outside the network). My workaround today is to use a socks5-to-http bridge, but this complexifies onboarding all our team members on SQ.
Is there any chance SOCKS5 proxy support could be added?
Hey @7ph, just a heads-up that the latest release of our MCP now includes SOCKS5 support. Would you be open to trying it out to see if it resolves your issue?
Also, if you’re using Docker, make sure to pull the latest image or set --pull=always in your configuration.