tailor-anthropic-proxy
v1.2.1
Published
Observability proxy for Claude Code API traffic
Downloads
981
Readme
tailor-anthropic-proxy
A local reverse proxy that logs Claude Code API usage with per-developer and per-repo attribution.
Quick Start
1. Install
npm install -g tailor-anthropic-proxy2. Run
claude-wrappedThat's it! The wrapper script:
- Starts the proxy in the background
- Detects your git email and current repo
- Routes Claude Code through the observability proxy
- Launches
claudenormally
Use claude-wrapped for work (proxied & logged) and plain claude for personal projects (direct connection).
Features
- 📊 Per-developer and per-repo attribution
- 📝 JSON logs at
~/.anthropic-proxy/logs/ - 📈 Prometheus metrics at
:9090/metrics - 🔒 No sensitive data logged (headers stripped, bodies never logged)
- 💬 Optional prompt logging for educational analysis
- 🚀 Zero setup required
See Also
For full documentation, configuration options, and troubleshooting, see GUIDE.md.
