MCP Servers / development / env-secret-exposure-analyzer-mcp

env-secret-exposure-analyzer-mcp

JSON →
nonedevelopment

Scans projects for secret exposure risks in .env files and logs

Install
How to run this server

No install command recorded.

server path: env-secret-exposure-analyzer-mcp
Tools
What this server exposes
scan_for_secrets
Scans source files, config files, and .env files for 20+ secret patterns. Returns file path, line number, severity, and a masked preview — never the full value.
check_gitignore_coverage
Checks whether sensitive files (.env, .env.local, secrets.json, private keys, certificates) are covered by .gitignore. Flags files that could be accidentally committed.
scan_for_log_leaks
Scans source files for console.log / logger calls that print process.env variables or objects with secret-sounding names at runtime. Catches the most common 'it's just a debug line' mistakes.
Configuration
Environment & auth
authnone
envAWS_SECRET_ACCESS_KEY
Resources
env-secret-exposure-analyzer-mcp — MCP Server · libregistry