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-gatewayResumen de Tools
Lo que la gente pregunta sobre cc-gateway
¿Qué es motiful/cc-gateway?
+
motiful/cc-gateway es tools para el ecosistema de Claude AI. AI API identity gateway — reverse proxy that normalizes device fingerprints and telemetry for privacy-preserving API proxying Tiene 2.9k estrellas en GitHub y se actualizó por última vez 2mo ago.
¿Cómo se instala cc-gateway?
+
Puedes instalar cc-gateway clonando el repositorio (https://github.com/motiful/cc-gateway) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar motiful/cc-gateway?
+
Nuestro agente de seguridad ha analizado motiful/cc-gateway y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene motiful/cc-gateway?
+
motiful/cc-gateway es mantenido por motiful. La última actividad registrada en GitHub es de 2mo ago, con 25 issues abiertos.
¿Hay alternativas a cc-gateway?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega cc-gateway en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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