Usage
Flags
| Flag | Description | Default |
|---|---|---|
--projects-path, -p <path> | Path to Claude projects directory | ~/.claude/projects |
--port <number> | Port to bind | 8020 |
--host <address> | Host to bind (0.0.0.0 for LAN access) | localhost |
--evals <path> | Path to evals/enrichments JS file | - |
--auth-user <user:pass> | Add an auth user (repeatable) | - |
--cache-path <path> | Custom cache directory | ~/.claudeye/cache |
--cache-clear | Clear all cached results and exit | - |
--no-open | Don’t auto-open the browser | - |
--queue-interval <secs> | Background scan interval in seconds | disabled |
--queue-concurrency <num> | Max parallel items per batch | 2 |
--queue-history-ttl <secs> | Seconds to keep completed queue items | 3600 |
--max-queue-items <num> | Max items to enqueue per scan (0 = unlimited) | 500 |
--logging <level> | Log level: info, warn, error | warn |
-h, --help | Show help | - |
Environment variables
| Variable | Description | Default |
|---|---|---|
CLAUDEYE_QUEUE_INTERVAL | Background scan interval in seconds | disabled |
CLAUDEYE_QUEUE_CONCURRENCY | Max parallel items per batch | 2 |
CLAUDEYE_QUEUE_HISTORY_TTL | Seconds to keep completed items | 3600 |
CLAUDEYE_QUEUE_MAX_ITEMS | Max items to enqueue per scan | 500 |
CLAUDEYE_AUTH_USERS | Comma-separated user:pass pairs | - |
CLAUDEYE_LOG_LEVEL | Log verbosity: info, warn, error | warn |
CLAUDEYE_EVALS_MODULE | Path to evals file (alternative to --evals) | - |
Examples
Log levels
| Level | Output |
|---|---|
info | All log lines, including ACTIVITY lines for user actions |
warn (default) | Warnings and errors only |
error | Errors only |

