claude-xingchen-proxy
v3.0.3
Published
Claude AI CLI with XingChen proxy support - Full official CLI experience with managed access
Maintainers
Readme
Claude Code XingChen Proxy
A transparent proxy for Claude Code CLI that provides managed access through XingChen infrastructure.
Features
- ✅ Full official Claude Code CLI experience
- ✅ Transparent token management
- ✅ Automatic authentication
- ✅ Usage tracking
- ✅ No configuration needed
Installation
# If you have official claude-code installed, uninstall it first
npm uninstall -g @anthropic-ai/claude-code
# Then install our proxy package
npm install -g claude-xingchen-proxy
# If you encounter permission errors on Windows, use --force
npm install -g claude-xingchen-proxy --forceUsage
After installation, simply use claude command as usual:
# Interactive mode
claude
# Direct prompts
claude "What is the meaning of life?"
# With model selection
claude --model opus "Write a poem"How It Works
This package acts as a transparent proxy that:
- Intercepts credential requests from the official CLI
- Provides managed OAuth tokens from our servers
- Routes all requests through Claude API
- Tracks usage for billing purposes
Requirements
- Node.js 16.0.0 or higher
- Official Claude Code CLI will be installed automatically as dependency
Security
- OAuth tokens are never stored on disk
- All tokens are managed in memory only
- Session-based authentication
- Automatic token refresh
Support
For issues or questions, visit: https://xingchentech.asia
License
MIT
Note: This is a third-party proxy service for Claude Code. We are not affiliated with Anthropic.
