AI API identity gateway — reverse proxy that normalizes device fingerprints and telemetry for privacy-preserving API proxying
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.
- ✓Open-source license (MIT)
- ✓Recently active
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/motiful/cc-gatewayTools overview
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.
[](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
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies