proxy_set_host_upstream
Set a per-host upstream proxy override so traffic to a specific hostname uses the chosen proxy instead of the global one, with optional bypass list.
Instructions
Set a per-host upstream proxy override. Traffic to this hostname will use the specified proxy instead of the global one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | Hostname to override (e.g., api.example.com) | |
| no_proxy | No | Hostnames to bypass this proxy | |
| proxy_url | Yes | Upstream proxy URL for this host. If it has a username but no password, the password is filled in from PROXY_MCP_UPSTREAM_PASSWORD, but only when PROXY_MCP_UPSTREAM_HOST is also set and matches this URL's hostname. The response reports passwordSource: env | url | none. |