Skip to main content
ClaudeWave

AI API identity gateway — reverse proxy that normalizes device fingerprints and telemetry for privacy-preserving API proxying

Tools2.9k stars496 forksTypeScriptMITUpdated 2mo ago
Editor's note

CC Gateway is a TypeScript reverse proxy that routes Claude Code traffic through a local server before it reaches the Anthropic API, intercepting and rewriting the telemetry and fingerprint data that Claude Code collects and transmits. According to the README, Claude Code sends over 640 telemetry event types across three parallel channels and captures more than 40 environment dimensions including device ID, email, OS version, CPU architecture, shell type, and physical RAM. The gateway normalizes all of this to a single canonical profile, replacing the entire `env` object rather than patching individual fields, sanitizing the `<env>` block injected into system prompts, masking process metrics like heap size and RSS, and stripping the `x-anthropic-billing-header` fingerprint hash. That last step also enables cross-session prompt cache sharing, which the project claims reduces system prompt costs by roughly 85 percent. Teams can provision multiple users through per-person launcher scripts generated by an `add-client.sh` script, with no OAuth flow required on client machines. The tool is deployed via Docker or Node.js 22 and targets developers or teams running Claude Code across multiple machines who want to control what hardware and identity data leaves their network.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Recently active
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Get started
Method: Clone
Terminal
git clone https://github.com/motiful/cc-gateway
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

README preview not available. Visit the repo on GitHub for full documentation.
anthropicapi-gatewayclaude-codedockerfingerprintprivacyreverse-proxytelemetrytypescript

What people ask about cc-gateway

What is motiful/cc-gateway?

+

motiful/cc-gateway is tools for the Claude AI ecosystem. AI API identity gateway — reverse proxy that normalizes device fingerprints and telemetry for privacy-preserving API proxying It has 2.9k GitHub stars and was last updated 2mo ago.

How do I install cc-gateway?

+

You can install cc-gateway by cloning the repository (https://github.com/motiful/cc-gateway) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is motiful/cc-gateway safe to use?

+

Our security agent has analyzed motiful/cc-gateway and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains motiful/cc-gateway?

+

motiful/cc-gateway is maintained by motiful. The last recorded GitHub activity is from 2mo ago, with 25 open issues.

Are there alternatives to cc-gateway?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy cc-gateway to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: motiful/cc-gateway
[![Featured on ClaudeWave](https://claudewave.com/api/badge/motiful-cc-gateway)](https://claudewave.com/repo/motiful-cc-gateway)
<a href="https://claudewave.com/repo/motiful-cc-gateway"><img src="https://claudewave.com/api/badge/motiful-cc-gateway" alt="Featured on ClaudeWave: motiful/cc-gateway" width="320" height="64" /></a>

More Tools