Skip to main content

JD Codec — privacy-first local MCP proxy for browser-agent tasks. Compresses page snapshots ~80%+ via a cloud codec; PII never leaves your machine.

Reason this release was yanked:

bug fix

Project description

jdcodec — Python Distribution

pip install jdcodec

A privacy-first local proxy for browser-agent task pipelines. The Python distribution is a thin wrapper that delegates to the JD Codec connector — it gives you pip install jdcodec ergonomics with the connector running under the hood via Node.

What it does

  • Compresses browser-agent page snapshots so your agent's context window goes much further on long tasks.
  • Scans every snapshot on your machine for PII (emails, phone numbers, credit cards, API keys, addresses, and more) and replaces them with category tokens before any bytes leave your network.
  • Falls back to a local-only mode if the cloud service is unreachable — your agent never blocks on us.

Requirements

  • Python 3.8 or newer
  • Node.js 22 or newer on your PATH (install from https://nodejs.org/ or brew install node / apt install nodejs npm)
  • An MCP-capable agent client (Claude Code, Cursor, or any client that speaks MCP stdio)
  • A JD Codec API key — email hello@jdcodec.com

Usage

pip install jdcodec
jdcodec --help          # general help
jdcodec start           # launches the local MCP proxy
jdcodec-audit           # environment audit / waitlist tool

The first invocation will fetch and cache the connector via npx — typically a few seconds, then instant on subsequent runs.

Pinning a specific version

By default the wrapper resolves to the latest published connector. To pin:

JDC_CONNECTOR_VERSION=0.2.0 jdcodec start

Wiring it into your agent

The Python wrapper exposes the same jdcodec command as the npm distribution. Point your MCP client config at jdcodec (not npx @playwright/mcp) and the connector takes over. Specific guides for Claude Code, Cursor, and generic MCP clients are available — email hello@jdcodec.com for access.

Configuration

Set your API key either as an environment variable or in a config file:

export JDC_API_KEY='jdck_yourid.yoursecret'

Or:

mkdir -p ~/.jdcodec
cat > ~/.jdcodec/config.json <<EOF
{ "api_key": "jdck_yourid.yoursecret" }
EOF
chmod 600 ~/.jdcodec/config.json

The full env-var reference (JDC_BYPASS, JDC_REGION, JDC_TRACE, etc.) is documented in the npm package's README — npm view jdcodec readme or visit https://www.npmjs.com/package/jdcodec.

Support

Email hello@jdcodec.com for alpha access, API keys, bug reports, or feature requests.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

jdcodec-0.3.2.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

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

jdcodec-0.3.2-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file jdcodec-0.3.2.tar.gz.

File metadata

  • Download URL: jdcodec-0.3.2.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for jdcodec-0.3.2.tar.gz
Algorithm Hash digest
SHA256 f17e993e7ae3f9c12d9d1a5be567edb44c6881419ef978a7a36089bb17851b27
MD5 d8c8034557a46cbb78ed448bacda9b30
BLAKE2b-256 1e212f511c8394a64ca32315ab0d4be0f55efcea8f8a8d3b60592f212dd2a918

See more details on using hashes here.

File details

Details for the file jdcodec-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: jdcodec-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for jdcodec-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6508ee2026af9d64195252e324d9b50a37fa3bc3016f25b1516279919110da88
MD5 4ee65db657bfb9b4e584c55d9384d724
BLAKE2b-256 b01fab2795df6ffece5e185fd8ce37de424a309406e0d2a6cf513e9a1c2a8490

See more details on using hashes here.

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