You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you'd rather use the standard variables, we support `HTTPS_PROXY` and `HTTP_PROXY`.
158
159
159
160
> [!NOTE]
160
-
>The server checks proxy settings in this order: `PERPLEXITY_PROXY` → `HTTPS_PROXY` → `HTTP_PROXY`. If none are set, it connects directly to the internet.
161
+
> The server checks proxy settings in this order: `PERPLEXITY_PROXY` → `HTTPS_PROXY` → `HTTP_PROXY`. If none are set, it connects directly to the internet.
162
+
> URLs must include `https://`. Typical ports are `8080`, `3128`, and `80`.
161
163
162
164
## Troubleshooting
163
165
164
166
-**API Key Issues**: Ensure `PERPLEXITY_API_KEY` is set correctly
165
167
-**Connection Errors**: Check your internet connection and API key validity
166
168
-**Tool Not Found**: Make sure the package is installed and the command path is correct
167
169
-**Timeout Errors**: For very long research queries, set `PERPLEXITY_TIMEOUT_MS` to a higher value
168
-
-**Proxy Issues**: If you're behind a corporate firewall and experience connection errors, you likely need to set up a proxy:
169
-
- Obtain your proxy server address and port from your IT department.
170
-
- Set the environment variable before running the server, e.g.:
- If authentication is needed: `export PERPLEXITY_PROXY=http://username:password@proxy-address:port`
173
-
- Typical proxy ports include 8080, 3128, or 80.
174
-
- The format for authenticated proxies is:
175
-
`http://username:password@proxy-host:port`
176
-
- Double-check the address, port, and credentials if connections fail or time out.
177
-
- If you continue to have issues, your firewall may be blocking traffic; ask IT if traffic for `api.perplexity.ai` is being restricted.
170
+
-**Proxy Issues**: Verify your `PERPLEXITY_PROXY` or `HTTPS_PROXY` setup and ensure `api.perplexity.ai` isn’t blocked by your firewall.
178
171
179
172
For support, visit [community.perplexity.ai](https://community.perplexity.ai) or [file an issue](https://github.com/perplexityai/modelcontextprotocol/issues).
0 commit comments