Skip to main content

A read-only CLI for diagnosing mismatched proxy configuration sources.

Project description

proxy-path-doctor

proxy-path-doctor is a small, privacy-conscious, read-only CLI for diagnosing conflicting proxy configuration sources. It collects the settings that commonly cause confusing network failures, highlights mismatches, and produces a report that is safe to share in an issue.

The project is currently an early MVP. It supports Windows system proxy inspection, GNOME desktop proxy inspection on Linux, and portable checks for proxy environment variables, VS Code and Cursor user proxy settings, DNS, and optional HTTP connectivity.

Why this exists

Network failures are often reported as "the proxy looks correct" while several independent settings are involved. proxy-path-doctor gathers those signals in one place and redacts credentials before printing them.

The tool does not modify proxy settings, manage proxy servers, or choose a proxy provider. Its focus is explaining which configuration path a program may be using across Windows, Linux, environment variables, and connectivity checks.

Guides

Install

Install the latest release from PyPI:

python -m pip install proxy-path-doctor

For development, install the project from the repository:

git clone https://github.com/oneAI6/proxy-doctor.git
cd proxy-doctor
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -e .

Usage

Inspect local settings without sending a network request:

proxy-path-doctor

Include a DNS and HTTP connectivity check:

proxy-path-doctor --check-url https://example.com

Check whether a local development URL is covered by NO_PROXY:

proxy-path-doctor --check-url http://localhost:3000

Focus the report on Codex, VS Code, Cursor, and MCP proxy troubleshooting:

proxy-path-doctor --profile codex --check-url http://localhost:3000

Generate a JSON report for an issue:

proxy-path-doctor --format json --output proxy-report.json

Any username or password embedded in a proxy URL is replaced with ***. Review a generated report before posting it publicly because hostnames and proxy addresses may still describe your environment.

Testing feedback wanted

Real-world proxy setups vary widely. Windows and Linux users who rely on proxies for development tools, package managers, IDEs, or AI coding tools are invited to try the CLI and share whether its findings are clear and useful. See the testing feedback issue for a short checklist. A successful run with no conflict found is useful too.

Current checks

  • Operating system and Python version
  • Common proxy environment variables
  • Windows user proxy settings
  • Windows WinHTTP proxy settings
  • Linux GNOME desktop proxy settings through gsettings
  • VS Code and Cursor user proxy settings, including http.proxy and http.noProxy
  • Optional DNS resolution
  • Optional HTTP HEAD request with a timeout
  • NO_PROXY matching for checked URLs, including domains, ports, and IP addresses
  • Actionable findings for conflicting settings and connectivity failures
  • A Codex-focused profile for IDE and MCP proxy troubleshooting

Example finding

[findings]
- WARNING: Proxy environment variables are set while the Windows user proxy is
  disabled. Suggestion: Check whether your terminal, IDE, or launcher exports
  HTTP_PROXY, HTTPS_PROXY, or ALL_PROXY intentionally.

Contributing

Bug reports and focused pull requests are welcome. See CONTRIBUTING.md and docs/ROADMAP.md. The maintainer plan describes a realistic path from the MVP to a maintained public project. Release notes are available in CHANGELOG.md.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

proxy_path_doctor-0.7.0.tar.gz (15.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

proxy_path_doctor-0.7.0-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file proxy_path_doctor-0.7.0.tar.gz.

File metadata

  • Download URL: proxy_path_doctor-0.7.0.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for proxy_path_doctor-0.7.0.tar.gz
Algorithm Hash digest
SHA256 288c650fb00f35a6681ffcd1a5f38d4841b48bb9f88db607ca91c138451b77d5
MD5 3de89eaf03a26643e8b427ba0e42be8e
BLAKE2b-256 923959f27fef861a539264cc271e4dff723ce40b0487c6e2287fe2409f06d493

See more details on using hashes here.

Provenance

The following attestation bundles were made for proxy_path_doctor-0.7.0.tar.gz:

Publisher: publish.yml on oneAI6/proxy-doctor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file proxy_path_doctor-0.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for proxy_path_doctor-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 61f3e1f303202fc67f0199a1c4b932e18efd003ce3c51a5b20f03b85adc3d94d
MD5 33cdffc1c009da893e12645902ba0b09
BLAKE2b-256 0244a13367eed2ace8683428a02111b448cb66efe37cba5402d7870e84a8fd22

See more details on using hashes here.

Provenance

The following attestation bundles were made for proxy_path_doctor-0.7.0-py3-none-any.whl:

Publisher: publish.yml on oneAI6/proxy-doctor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page