Cursor only sees Cursor. Your work lives everywhere else.
$ Contextpipe gives Cursor, Claude Code, and Codex the terminal, the browser tab, and the app you're actually in — the 60% of context your IDE can't see.
$ cat problem.md
The Context Amnesia Tax
─── scenario 1 ─────────────────────── $ pnpm test ✗ FAIL checkout.test.ts AssertionError: expected 200 got 401 ↳ ChatGPT.app cannot see this window. ↳ Cursor sees an old terminal session. ↳ You paste manually. The 6th time today. ─────────────────────────────────────
─── scenario 2 ─────────────────────── $ open -a Safari https://stripe.com/docs/api ⌥ Tab Safari · Stripe / Payment Intents "client_secret": "pi_3O..._secret_..." ↳ Claude Code can't read your tab. ↳ You screenshot. You crop. You paste. ↳ Two minutes gone. Again. ─────────────────────────────────────
─── scenario 3 ─────────────────────── $ code checkout.ts // active file · 482 lines · unsaved export async function createCheckout(...) ↳ Codex sees the file from 9 minutes ago. ↳ The diff you actually care about? Invisible. ↳ The bug repro happens *now*, not at last save. ─────────────────────────────────────
$ cat how-it-works.md
How it works
- Install~10s
# macOS 26+ · install scripts ship with launch 2026-08-04 $ brew install contextpipe # post-launch $ curl -fsSL contextpipe.dev/install # post-launch # Pre-launch: get notified — join waitlist
- Grant Accessibility only~1 system prompt
# We don't request: # - Screen Recording ✗ # - Full Disk Access ✗ # - Microphone ✗ # - Camera ✗ # - Input Monitoring ✗ # Only: # - Accessibility ✓ # - Apple Events ✓ (opt-in, per app)
- Pipe⌃⌘C
# Anytime, anywhere: ⌃⌘C → ⌘V → done # Or as stdin: $ ldc dump | claude $ ldc dump --redact secrets | cursor agent
- MCP — pull, don't push~/.cursor/mcp.json
// ~/.cursor/mcp.json { "mcpServers": { "contextpipe": { "command": "ldc", "args": ["mcp"] } } }
$ cat security/index.md
Privacy that's not marketing
┌────────────────────────────┬──────────────────────────┐ │ ✗ NOT requested │ ✓ Requested │ ├────────────────────────────┼──────────────────────────┤ │ Screen Recording │ Accessibility │ │ Full Disk Access │ Apple Events (opt-in) │ │ Microphone │ │ │ Camera │ │ │ Input Monitoring │ │ └────────────────────────────┴──────────────────────────┘
# Three data paths: free_mode : daemon does not upload context to our servers byok_calls : your LLM provider, your key, we never see them pro_sync : opt-in, default off, E2EE blobs we cannot decrypt # Source & audit: # daemon → AGPL-3.0 · repo public at launch 2026-08-04 # sdk → MIT · repo public at launch 2026-08-04
$ cat pricing.md
Pricing
open
- BYOK forever (Anthropic / OpenAI / Ollama)
- ⌃⌘C global hotkey + ldc CLI
- MCP server (stdio + Streamable-HTTP)
- Daemon-side local + Free mode never uploads
pilot
- Everything in Open
- E2EE cross-device sync (opt-in)
- Advanced redaction packs (24 patterns shipped; Stripe/AWS-specific v0.2)
- Best-effort 72h compatibility patches when Cursor / Claude updates
- Discord & email priority support
forever
- $99 once. Local Pro forever. 12 months encrypted sync included.
- Local Pro features perpetually licensed (sync excluded after 12mo)
- After 12 months, sync optional $3/mo (or stay local-only forever)
- 2 Mac activations
? What happens after the first year of Lifetime sync?
Your $99 Lifetime includes 12 months of hosted, end-to-end encrypted sync from your activation date. After that, two options:
- Continue sync at $3/month — same E2EE, cancel anytime. Rate locked for the lifetime of your $99 license.
- Turn sync off, stay local forever — your local Pro features (advanced redaction packs, Discord direct support, 72h priority compatibility updates) keep working. Free. Forever. This is the default if you don't act.
# Your local Pro license is perpetual either way. Only the hosted sync service has a 12-month bundle.
$ cat phase-2.md
Not a developer yet?
Contextpipe v1 is built for engineers paying for Cursor / Claude Code / Codex. The browser → ChatGPT
copy-paste pattern is real — but a different problem.
# If you do that 10+ times a day for work (PM / designer / lawyer / writer / student),
# Phase 2 will be for you. Triggers when $5K MRR or 5000+ waitlist.
# We only email when Phase 2 ships. No marketing, no newsletter, no surveys.
# Phase 1 stays focused — that's how we ship things you actually want.