proxy_set_upstream
Set a global upstream proxy for all outgoing traffic, supporting socks4, socks5, http, https, and pac+http URLs. Define bypass hostnames to exclude specific traffic.
Instructions
Set a global upstream proxy for all outgoing traffic. Supports socks4://, socks5://, http://, https://, and pac+http:// URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| no_proxy | No | Hostnames to bypass the upstream proxy | |
| proxy_url | Yes | Upstream proxy URL (e.g., socks5://user:pass@host:port). If the URL has a username but no password, and the server has both PROXY_MCP_UPSTREAM_PASSWORD and PROXY_MCP_UPSTREAM_HOST set with the host matching this URL's hostname, the password is filled in from the environment so it need not appear in this call. Otherwise the URL is used as given; the response reports passwordSource: env | url | none. |