Skip to main content
Glama
TheoryofShadows

@mcpx-digital/env-check

@mcpx-digital/env-check

MCP server that compares .env.example vs .env, finds missing/extra/empty keys, and produces redacted reports.

Never echoes secrets. All value reports are redacted (***redacted*** / ***present***). Local files only — no uploading env files anywhere.

Install (MCPX / npx)

npx -y @mcpx-digital/env-check

Prepared for npm as @mcpx-digital/env-check. Until published, run from a local clone.

Related MCP server: env-secret-exposure-analyzer-mcp

Cursor mcp.json example

{
  "mcpServers": {
    "env-check": {
      "command": "npx",
      "args": ["-y", "@mcpx-digital/env-check"]
    }
  }
}

Local clone:

{
  "mcpServers": {
    "env-check": {
      "command": "node",
      "args": ["/absolute/path/to/env-check-mcp/index.js"]
    }
  }
}

Tools

Tool

What it does

compare_env_files

Missing / extra / empty keys vs .env.example

detect_empty_required

Empty or missing required vars (values redacted)

redact_env_report

Paste-safe key inventory with all values redacted

Disclaimer

Use only on env files you own. Do not commit real .env files. This tool helps catch misconfiguration; it does not replace a secrets manager.

Example prompts

  • “Compare .env.example to .env and list missing keys”

  • “Which required env vars are empty? (redacted)”

  • “Give me a redacted inventory of .env for a ticket”

Development

git clone https://github.com/TheoryofShadows/env-check-mcp.git
cd env-check-mcp
npm install
npm test
node index.js

Sell / list on MCPX

Suggested listing price: $6.

Install command: npx -y @mcpx-digital/env-check

License

MIT © TheoryofShadows

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Checks your local development environment for common issues like wrong Node version, missing Docker, missing git config, missing .env keys, and busy ports, and provides fixes.
    6
    17
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Scans diffs, files, and snippets for leaked secrets like AWS keys, GitHub tokens, and private keys, returning redacted findings while running fully locally without network calls.
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Resolves configuration and environment-variable precedence across .env files, Docker Compose, and Kubernetes, showing what a variable actually evaluates to at runtime and why.
    5
    36
    MIT