@clinetools/env-tracker
v0.1.0
Published
Catalog all environment variables used across the codebase. Detect missing .env entries, unused vars, and inconsistencies.
Maintainers
Readme
Environment Variable Tracker
Catalog all environment variables used across the codebase. Detect missing .env entries, unused vars, and inconsistencies.
Quick Start
npx @clinetools/env-trackerSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add env-tracker -- npx @clinetools/env-trackerClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"env-tracker": {
"command": "npx",
"args": ["@clinetools/env-tracker"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
