Simple .env linter: detects duplicates, empty values, invalid key names, and diffs against .env.example.
npm i -g .
env-guard --file .env --example .env.example
Exits with code 1 on problems; prints “env-guard: OK” otherwise.
$ claude mcp add env_guard \
-- python -m otcore.mcp_server <graph>