starnose
v1.0.2
Published
HTTP proxy monitor for Claude API calls
Readme
starnose
HTTP proxy monitor for Claude API calls. Logs every request to a local SQLite db with token counts, cost, and tool usage. Browse via TUI.
Install
npm install
npm linkUsage
starnose on # start proxy on localhost:9999
starnose dig # launch TUI
starnose status # check daemon status
starnose off # stop proxyPoint your client at the proxy:
export HTTPS_PROXY=http://localhost:9999
export HTTP_PROXY=http://localhost:9999Data lives in ~/.starnose/starnose.db.
TUI keys
↑/↓scrollstoggle sessions viewrrefreshqquit
