v4
MCP server for AI-assisted code navigation

Now audits your config files automatically

One tool call scans all your .env, YAML, TOML, and other config files
for mistakes, leaked secrets, and dead entries.

🔍 Find Duplicates
Catch what linters miss
  • Same key defined twice in one file
  • Typos like db_hsot vs db_host
  • Conflicting values across .env files
🚨 Spot Secrets
Before they hit production
  • API keys, tokens, private keys
  • Passwords hardcoded in config
  • High-entropy strings that look suspicious
👻 Find Dead Config
Cross-references your actual code
  • Config keys your code never reads
  • Env vars your code expects but aren't set
  • Config files nothing ever loads
Supported
.yaml .toml .ini .env .xml .hcl .tf .conf .json .properties .plist
github.com/Mibayy/token-savior